Skip to content

Commit a6ec62c

Browse files
committed
regenerate baseline
1 parent aee7f1a commit a6ec62c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

phpstan-baseline.neon

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,16 @@ parameters:
7979
path: src/Command/BaseLoggingCommandInitializer.php
8080

8181
-
82-
message: '#^Cannot access offset ''log'' on mixed\.$#'
83-
identifier: offsetAccess.nonOffsetAccessible
84-
count: 1
85-
path: src/Compat/LoggerServiceFactory.php
86-
87-
-
88-
message: '#^Method ErrorHeroModule\\Compat\\LoggerServiceFactory\:\:__invoke\(\) has parameter \$options with no value type specified in iterable type array\.$#'
82+
message: '#^Method ErrorHeroModule\\Compat\\LoggerAbstractServiceFactory\:\:__invoke\(\) has parameter \$options with no value type specified in iterable type array\.$#'
8983
identifier: missingType.iterableValue
9084
count: 1
91-
path: src/Compat/LoggerServiceFactory.php
85+
path: src/Compat/LoggerAbstractServiceFactory.php
9286

9387
-
9488
message: '#^Parameter \#1 \$config of method Laminas\\Log\\LoggerServiceFactory\:\:processConfig\(\) expects array, mixed given\.$#'
9589
identifier: argument.type
9690
count: 1
97-
path: src/Compat/LoggerServiceFactory.php
91+
path: src/Compat/LoggerAbstractServiceFactory.php
9892

9993
-
10094
message: '#^Call to static method Webmozart\\Assert\\Assert\:\:isInstanceOf\(\) with Laminas\\Http\\PhpEnvironment\\Request and ''Laminas\\\\Http\\\\PhpEnvironment\\\\Request'' will always evaluate to true\.$#'

0 commit comments

Comments
 (0)