From 6ceb35c5c68887d4e15afdb34cd9e973c046f3fc Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 8 Apr 2020 10:11:06 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/admin/system/phpinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/system/phpinfo.php b/htdocs/admin/system/phpinfo.php index fcb055c5387..ab4cdba2fc0 100644 --- a/htdocs/admin/system/phpinfo.php +++ b/htdocs/admin/system/phpinfo.php @@ -334,7 +334,7 @@ function getConfigFilePath() * Return a table column with a indicator (okay or warning), based on the given name and list * * @param string $name The name to check inside the given list - * @param array $list A list that should contains the given name + * @param array $list A list that should contains the given name * * @return string */