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-05-21 23:31:03 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-21 23:31:03 +0300
commit3d3010916e95b865be6741ac1a16bc1d8c0a0d27 (patch)
tree39b9dfd19cb710db40f2e17c81bc4cd510c60ade /psalm-baseline.xml
parentdc7090386bb4610b1d2e90720643f5533a480b5f (diff)
Fix an issue reported by Psalm
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'psalm-baseline.xml')
-rw-r--r--psalm-baseline.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index dd5415307c..3bc713879a 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -249,14 +249,13 @@
<code>$GLOBALS['cfg']['MysqlMinVersion']['internal']</code>
<code>$GLOBALS['cfg']['Server']['user']</code>
</MixedArrayAccess>
- <MixedAssignment occurrences="15">
+ <MixedAssignment occurrences="14">
<code>$GLOBALS['auth_plugin']</code>
<code>$GLOBALS['back']</code>
<code>$GLOBALS['back']</code>
<code>$GLOBALS['cfg']</code>
<code>$GLOBALS['goto']</code>
<code>$GLOBALS['isConfigLoading']</code>
- <code>$GLOBALS['isMinimumCommon']</code>
<code>$GLOBALS['server']</code>
<code>$GLOBALS['sql_query']</code>
<code>$GLOBALS['theme']</code>
@@ -345,10 +344,9 @@
<code>$this-&gt;settings['Servers'][$server]</code>
<code>$this-&gt;settings['Servers'][$this-&gt;settings['ServerDefault']]</code>
</MixedArrayOffset>
- <MixedAssignment occurrences="30">
+ <MixedAssignment occurrences="29">
<code>$GLOBALS['cfg']['LoginCookieValidity']</code>
<code>$GLOBALS['isConfigLoading']</code>
- <code>$GLOBALS['isMinimumCommon']</code>
<code>$collation_connection</code>
<code>$config_data</code>
<code>$default_value</code>
@@ -16601,9 +16599,4 @@
<code>is_string($text)</code>
</RedundantConditionGivenDocblockType>
</file>
- <file src="url.php">
- <UnusedVariable occurrences="1">
- <code>$isMinimumCommon</code>
- </UnusedVariable>
- </file>
</files>