Skip to content

Commit 8cae0bd

Browse files
committed
regenerate baseline
1 parent a34a75f commit 8cae0bd

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

phpstan-baseline.neon

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ parameters:
225225
-
226226
message: '#^Cannot access offset ''ErrorHeroModuleLogger'' on mixed\.$#'
227227
identifier: offsetAccess.nonOffsetAccessible
228-
count: 2
228+
count: 1
229229
path: src/Handler/LoggingFactory.php
230230

231231
-
@@ -276,12 +276,6 @@ parameters:
276276
count: 2
277277
path: src/Handler/LoggingFactory.php
278278

279-
-
280-
message: '#^Parameter \#1 \$options of class ErrorHeroModule\\Compat\\Logger constructor expects array\|Traversable\|null, mixed given\.$#'
281-
identifier: argument.type
282-
count: 1
283-
path: src/Handler/LoggingFactory.php
284-
285279
-
286280
message: '#^Parameter \#2 \$errorHeroModuleLocalConfig of class ErrorHeroModule\\Handler\\Logging constructor expects array, mixed given\.$#'
287281
identifier: argument.type
@@ -660,6 +654,12 @@ parameters:
660654
count: 1
661655
path: src/Middleware/MezzioFactory.php
662656

657+
-
658+
message: '#^Cannot access offset ''ErrorHeroModuleLogger'' on mixed\.$#'
659+
identifier: offsetAccess.nonOffsetAccessible
660+
count: 1
661+
path: src/Module.php
662+
663663
-
664664
message: '#^Cannot access offset ''ErrorHeroModule\\\\Command\\\\Preview\\\\ErrorPreviewConsoleCommand'' on mixed\.$#'
665665
identifier: offsetAccess.nonOffsetAccessible
@@ -702,6 +702,12 @@ parameters:
702702
count: 2
703703
path: src/Module.php
704704

705+
-
706+
message: '#^Cannot access offset ''log'' on mixed\.$#'
707+
identifier: offsetAccess.nonOffsetAccessible
708+
count: 1
709+
path: src/Module.php
710+
705711
-
706712
message: '#^Cannot access offset ''routes'' on mixed\.$#'
707713
identifier: offsetAccess.nonOffsetAccessible
@@ -720,6 +726,12 @@ parameters:
720726
count: 1
721727
path: src/Module.php
722728

729+
-
730+
message: '#^Parameter \#1 \$options of class ErrorHeroModule\\Compat\\Logger constructor expects array\|Traversable\|null, mixed given\.$#'
731+
identifier: argument.type
732+
count: 1
733+
path: src/Module.php
734+
723735
-
724736
message: '#^Cannot access property \$locked on mixed\.$#'
725737
identifier: property.nonObject

0 commit comments

Comments
 (0)