update baselines

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
This commit is contained in:
Maximilian Krög 2023-07-26 21:32:36 +02:00
parent 62db67a47c
commit 60a8a26026
No known key found for this signature in database
GPG Key ID: 3C00897BB53AAB9C
2 changed files with 0 additions and 43 deletions

View File

@ -4535,16 +4535,6 @@ parameters:
count: 1
path: libraries/classes/Import/Ajax.php
-
message: "#^Argument of an invalid type array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\SetOperation\\>\\|null supplied for foreach, only iterables are supported\\.$#"
count: 1
path: libraries/classes/Import/SimulateDml.php
-
message: "#^Parameter \\#2 \\$list of static method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\Query\\:\\:getClause\\(\\) expects PhpMyAdmin\\\\SqlParser\\\\TokensList, PhpMyAdmin\\\\SqlParser\\\\TokensList\\|null given\\.$#"
count: 6
path: libraries/classes/Import/SimulateDml.php
-
message: "#^Method PhpMyAdmin\\\\Index\\:\\:__construct\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
count: 1

View File

@ -7943,39 +7943,6 @@
<code>$_SESSION[$GLOBALS['SESSION_KEY']]</code>
</PossiblyInvalidArrayOffset>
</file>
<file src="libraries/classes/Import/SimulateDml.php">
<MixedArgument occurrences="1">
<code>$set-&gt;value</code>
</MixedArgument>
<MixedArgumentTypeCoercion occurrences="1">
<code>$columns</code>
</MixedArgumentTypeCoercion>
<MixedAssignment occurrences="2">
<code>$columns[]</code>
<code>$set</code>
</MixedAssignment>
<MixedOperand occurrences="1">
<code>$set-&gt;column</code>
</MixedOperand>
<MixedPropertyFetch occurrences="2">
<code>$set-&gt;column</code>
<code>$set-&gt;value</code>
</MixedPropertyFetch>
<PossiblyNullArgument occurrences="6">
<code>$parser-&gt;list</code>
<code>$parser-&gt;list</code>
<code>$parser-&gt;list</code>
<code>$parser-&gt;list</code>
<code>$parser-&gt;list</code>
<code>$parser-&gt;list</code>
</PossiblyNullArgument>
<PossiblyNullIterator occurrences="1">
<code>$statement-&gt;set</code>
</PossiblyNullIterator>
<RedundantCondition occurrences="1">
<code>empty($diff)</code>
</RedundantCondition>
</file>
<file src="libraries/classes/Index.php">
<DocblockTypeContradiction occurrences="1">
<code>$this-&gt;packed === null</code>