Update PHPStan and Psalm baselines

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2022-12-24 13:55:31 -03:00
parent 5708596146
commit 47627104f2
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8
2 changed files with 26 additions and 1 deletions

View File

@ -10445,6 +10445,31 @@ parameters:
count: 1
path: test/classes/Html/GeneratorTest.php
-
message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Http\\\\\\\\Factory\\\\\\\\ServerRequestFactory' and PhpMyAdmin\\\\Http\\\\Factory\\\\ServerRequestFactory will always evaluate to true\\.$#"
count: 1
path: test/classes/Http/Factory/ServerRequestFactoryTest.php
-
message: "#^Class GuzzleHttp\\\\Psr7\\\\HttpFactory not found\\.$#"
count: 1
path: test/classes/Http/Factory/ServerRequestFactoryTest.php
-
message: "#^Class Laminas\\\\Diactoros\\\\ServerRequestFactory not found\\.$#"
count: 1
path: test/classes/Http/Factory/ServerRequestFactoryTest.php
-
message: "#^Class Nyholm\\\\Psr7\\\\Factory\\\\Psr17Factory not found\\.$#"
count: 1
path: test/classes/Http/Factory/ServerRequestFactoryTest.php
-
message: "#^Method PhpMyAdmin\\\\Tests\\\\Http\\\\Factory\\\\ServerRequestFactoryTest\\:\\:dataProviderPsr7Implementations\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: test/classes/Http/Factory/ServerRequestFactoryTest.php
-
message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with true will always evaluate to true\\.$#"
count: 1

View File

@ -5636,7 +5636,7 @@
<code>$row[$keyIndex]</code>
<code>$row[$keyIndex]</code>
</MixedArrayOffset>
<MixedAssignment occurrences="13">
<MixedAssignment occurrences="12">
<code>$aLength</code>
<code>$bLength</code>
<code>$keyIndex</code>