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.neon5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index 1c03b2ea93..c3fd561717 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -7791,6 +7791,11 @@ parameters:
path: libraries/classes/Setup/ConfigGenerator.php
-
+ message: "#^Method PhpMyAdmin\\\\Setup\\\\ConfigGenerator\\:\\:getBlowfishSecretKey\\(\\) should return non\\-empty\\-string but returns string\\.$#"
+ count: 2
+ path: libraries/classes/Setup/ConfigGenerator.php
+
+ -
message: "#^Method PhpMyAdmin\\\\Setup\\\\ConfigGenerator\\:\\:getServerPart\\(\\) has parameter \\$servers with no value type specified in iterable type array\\.$#"
count: 1
path: libraries/classes/Setup/ConfigGenerator.php