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-11-10 22:31:44 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-11-10 22:31:44 +0300
commita0891c8d1773520f3a002790a5a187ce12e26af7 (patch)
treeaf8dabcbc69568fb55718cb343bc9883d7d1d1e6
parent5df50f6a1140b6490710b8acf51a6c6f6669ec55 (diff)
Update PHPStan baseline
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
-rw-r--r--phpstan-baseline.neon10
1 files changed, 0 insertions, 10 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index c3585ed4c8..c743ec8820 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -8926,16 +8926,6 @@ parameters:
path: libraries/classes/ZipExtension.php
-
- message: "#^Call to an undefined static method PHPUnit\\\\Framework\\\\TestCase\\:\\:assertFileDoesNotExist\\(\\)\\.$#"
- count: 1
- path: test/classes/AbstractTestCase.php
-
- -
- message: "#^Call to an undefined static method PHPUnit\\\\Framework\\\\TestCase\\:\\:assertMatchesRegularExpression\\(\\)\\.$#"
- count: 1
- path: test/classes/AbstractTestCase.php
-
- -
message: "#^Method PhpMyAdmin\\\\Tests\\\\AbstractTestCase\\:\\:callFunction\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
count: 1
path: test/classes/AbstractTestCase.php