Update SA baselines
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
parent
46282a04a6
commit
52f5880c24
@ -2750,11 +2750,6 @@ parameters:
|
||||
count: 1
|
||||
path: libraries/classes/DatabaseInterface.php
|
||||
|
||||
-
|
||||
message: "#^Parameter \\#1 \\$eachTables of static method PhpMyAdmin\\\\Query\\\\Compatibility\\:\\:getISCompatForGetTablesFull\\(\\) expects array, array\\|false given\\.$#"
|
||||
count: 1
|
||||
path: libraries/classes/DatabaseInterface.php
|
||||
|
||||
-
|
||||
message: "#^Parameter \\#1 \\$input of function array_slice expects array, array\\|false given\\.$#"
|
||||
count: 1
|
||||
|
||||
@ -8100,7 +8100,7 @@
|
||||
<code>$whereClause</code>
|
||||
<code>$whereClause</code>
|
||||
<code>$whereClause</code>
|
||||
<code>min(max($column['len'], 4), $GLOBALS['cfg']['LimitChars'])</code>
|
||||
<code>min(max($column['len'] * 2, 4), $GLOBALS['cfg']['LimitChars'])</code>
|
||||
</MixedArgument>
|
||||
<MixedArgumentTypeCoercion occurrences="7">
|
||||
<code>$keyId</code>
|
||||
@ -8193,7 +8193,8 @@
|
||||
<code>new $className()</code>
|
||||
<code>new $className()</code>
|
||||
</MixedMethodCall>
|
||||
<MixedOperand occurrences="7">
|
||||
<MixedOperand occurrences="8">
|
||||
<code>$column['len']</code>
|
||||
<code>$column['pma_type']</code>
|
||||
<code>$file</code>
|
||||
<code>$maxlength</code>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user