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 deacc28f42..c12ddd6b76 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -8826,6 +8826,11 @@ parameters:
path: test/classes/CommonTest.php
-
+ message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with null will always evaluate to false\\.$#"
+ count: 1
+ path: test/classes/Config/FormDisplayTest.php
+
+ -
message: "#^Cannot access offset 'pma_testform' on mixed\\.$#"
count: 1
path: test/classes/Config/FormDisplayTest.php
@@ -10221,6 +10226,11 @@ parameters:
path: test/classes/Partitioning/TablePartitionDefinitionTest.php
-
+ message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with 32 and 0 will always evaluate to false\\.$#"
+ count: 1
+ path: test/classes/Plugins/Auth/AuthenticationCookieTest.php
+
+ -
message: "#^Method PhpMyAdmin\\\\Tests\\\\Plugins\\\\Auth\\\\AuthenticationCookieTest\\:\\:checkRulesProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: test/classes/Plugins/Auth/AuthenticationCookieTest.php