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-04-21 20:29:25 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-04-21 20:29:25 +0300
commit4c1668d66378464f3b3bb7518fec0dbb156ae8d8 (patch)
treef9ff88d7884f536bec956725918f3317eadd9b15 /psalm-baseline.xml
parentf600ba186fffa518f1717be9d0a05c3b89e747bf (diff)
parent533766b3d7b8c06a265fd98ad591438ca10f2c84 (diff)
Merge branch 'QA_5_1' into QA_5_2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'psalm-baseline.xml')
-rw-r--r--psalm-baseline.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index 3f93519dd8..0f42dec0f2 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -9684,7 +9684,7 @@
<code>$tableAlias</code>
</PossiblyNullArgument>
<PossiblyNullOperand occurrences="1">
- <code>$dbi-&gt;getDefinition($db, 'EVENT', $eventName)</code>
+ <code>$eventDef</code>
</PossiblyNullOperand>
<PropertyTypeCoercion occurrences="1">
<code>$field-&gt;key-&gt;columns</code>
@@ -16033,7 +16033,8 @@
</TypeDoesNotContainType>
</file>
<file src="test/classes/UtilTest.php">
- <MixedArgument occurrences="2">
+ <MixedArgument occurrences="3">
+ <code>$_SESSION['cache']['server_server']</code>
<code>$_SESSION['cache']['server_server']</code>
<code>$result[0]</code>
</MixedArgument>
@@ -16041,7 +16042,9 @@
<code>$keyword</code>
<code>$keyword</code>
</MixedArgumentTypeCoercion>
- <MixedArrayAccess occurrences="2">
+ <MixedArrayAccess occurrences="4">
+ <code>$_SESSION['cache']['server_server']</code>
+ <code>$_SESSION['cache']['server_server']</code>
<code>$_SESSION['cache']['server_server']</code>
<code>$_SESSION['cache']['server_server']</code>
</MixedArrayAccess>