fix: update static analysis baselines for SearchController
Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
This commit is contained in:
parent
12ff061018
commit
c3e2ecf80d
@ -1608,12 +1608,6 @@ parameters:
|
||||
count: 1
|
||||
path: src/Controllers/Database/RoutinesController.php
|
||||
|
||||
-
|
||||
message: '#^Construct empty\(\) is not allowed\. Use more strict comparison\.$#'
|
||||
identifier: empty.notAllowed
|
||||
count: 1
|
||||
path: src/Controllers/Database/SearchController.php
|
||||
|
||||
-
|
||||
message: '#^Parameter \#1 \$database of method PhpMyAdmin\\Database\\CentralColumns\:\:deleteColumnsFromList\(\) expects string, mixed given\.$#'
|
||||
identifier: argument.type
|
||||
|
||||
@ -926,9 +926,6 @@
|
||||
<PossiblyUnusedMethod>
|
||||
<code><![CDATA[__construct]]></code>
|
||||
</PossiblyUnusedMethod>
|
||||
<RiskyTruthyFalsyComparison>
|
||||
<code><![CDATA[empty($_REQUEST['ajax_page_request'])]]></code>
|
||||
</RiskyTruthyFalsyComparison>
|
||||
</file>
|
||||
<file src="src/Controllers/Database/SqlAutoCompleteController.php">
|
||||
<PossiblyUnusedMethod>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user