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:
Diffstat (limited to 'phpstan-baseline.neon')
-rw-r--r--phpstan-baseline.neon15
1 files changed, 15 insertions, 0 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index 810b20150f..e93e3935d7 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -1396,6 +1396,21 @@ parameters:
path: libraries/classes/Controllers/SchemaExportController.php
-
+ message: "#^Cannot cast mixed to int\\.$#"
+ count: 1
+ path: libraries/classes/Controllers/Server/BinlogController.php
+
+ -
+ message: "#^Parameter \\#1 \\$key of function array_key_exists expects int\\|string, mixed given\\.$#"
+ count: 1
+ path: libraries/classes/Controllers/Server/BinlogController.php
+
+ -
+ message: "#^Parameter \\#1 \\$log of method PhpMyAdmin\\\\Controllers\\\\Server\\\\BinlogController\\:\\:getSqlQuery\\(\\) expects string, mixed given\\.$#"
+ count: 1
+ path: libraries/classes/Controllers/Server/BinlogController.php
+
+ -
message: "#^Property PhpMyAdmin\\\\Controllers\\\\Server\\\\BinlogController\\:\\:\\$binaryLogs type has no value type specified in iterable type array\\.$#"
count: 1
path: libraries/classes/Controllers/Server/BinlogController.php