Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-06-06 23:07:13 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-06-06 23:07:13 +0300
commite7487227e5cc41401687283c13c4738e05cfdfc2 (patch)
tree5974bad46acab700f4af142452a07b5092eb88d8 /psalm-baseline.xml
parent3bb0712d475e6ce391d3774dfd5aa041e0c29112 (diff)
parent5f9d467ce15d30b8e94fc0d699c1ad8c697eaf3d (diff)
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'psalm-baseline.xml')
-rw-r--r--psalm-baseline.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index b0694fed02..07b48d759a 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -2199,13 +2199,12 @@
</MixedArrayAssignment>
</file>
<file src="libraries/classes/Controllers/HomeController.php">
- <InvalidArrayOffset occurrences="10">
+ <InvalidArrayOffset occurrences="9">
<code>$GLOBALS['cfg']['LoginCookieValidityDisableWarning']</code>
<code>$GLOBALS['cfg']['NavigationDisplayServers']</code>
<code>$GLOBALS['cfg']['PmaNoRelation_DisableWarning']</code>
<code>$GLOBALS['cfg']['ShowChgPassword']</code>
<code>$GLOBALS['cfg']['ShowPhpInfo']</code>
- <code>$GLOBALS['cfg']['ShowServerInfo']</code>
<code>$GLOBALS['cfg']['SuhosinDisableWarning']</code>
<code>$GLOBALS['cfg']['ThemeManager']</code>
<code>$GLOBALS['cfg']['TranslationWarningThreshold']</code>
@@ -2231,10 +2230,6 @@
<PossiblyNullArrayOffset occurrences="1">
<code>$GLOBALS['language_stats']</code>
</PossiblyNullArrayOffset>
- <PossiblyUndefinedArrayOffset occurrences="2">
- <code>$GLOBALS['cfg']['ShowServerInfo']</code>
- <code>$GLOBALS['cfg']['ShowServerInfo']</code>
- </PossiblyUndefinedArrayOffset>
<UnusedVariable occurrences="1">
<code>$collationsList</code>
</UnusedVariable>