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.neon10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index c4f4020dca..aa95a0ac4e 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -4141,6 +4141,16 @@ parameters:
path: libraries/classes/Image/ImageWrapper.php
-
+ message: "#^Method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:height\\(\\) should return int but returns int\\|false\\.$#"
+ count: 1
+ path: libraries/classes/Image/ImageWrapper.php
+
+ -
+ message: "#^Method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:width\\(\\) should return int but returns int\\|false\\.$#"
+ count: 1
+ path: libraries/classes/Image/ImageWrapper.php
+
+ -
message: "#^Method PhpMyAdmin\\\\Import\\:\\:analyzeTable\\(\\) has parameter \\$table with no value type specified in iterable type array\\.$#"
count: 1
path: libraries/classes/Import.php