Update PHPStan and Psalm baselines
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
5708596146
commit
47627104f2
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user