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:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-06-30 07:29:54 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-06-30 07:29:54 +0300
commitbedc46359dc3f4bebb65fdae6a19e5b6c40c3781 (patch)
treeae636597e6e290150c13e7f04117197be6c13e3e
parent76e72d7ad5c0b1ce34d079641c70835a942fc07e (diff)
parent14890914dc22f2ece57f3829e2388c283efb11a2 (diff)
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
-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