Skip to content

Commit eea99bb

Browse files
committed
regenerate phpstan baseline
1 parent ea95f04 commit eea99bb

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

phpstan-baseline.neon

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ parameters:
4949
path: src/Command/BaseLoggingCommand.php
5050

5151
-
52-
message: '#^Parameter \#1 \$data of static method ArrayLookup\\AtLeast\:\:once\(\) expects iterable\<int\|string, mixed\>, mixed given\.$#'
52+
message: '#^Parameter \#1 \$data of static method ArrayLookup\\AtLeast\:\:once\(\) expects array\<int\|string, mixed\>\|Traversable\<int\|string, mixed\>, mixed given\.$#'
5353
identifier: argument.type
5454
count: 1
5555
path: src/Command/BaseLoggingCommand.php
@@ -547,7 +547,7 @@ parameters:
547547
path: src/Handler/Logging.php
548548

549549
-
550-
message: '#^Parameter \#2 \$array of function implode expects array\|null, mixed given\.$#'
550+
message: '#^Parameter \#2 \$array of function implode expects array, mixed given\.$#'
551551
identifier: argument.type
552552
count: 1
553553
path: src/Handler/Logging.php
@@ -768,6 +768,18 @@ parameters:
768768
count: 1
769769
path: src/Handler/Writer/Checker/Db.php
770770

771+
-
772+
message: '#^Possibly invalid array key type mixed\.$#'
773+
identifier: array.invalidKey
774+
count: 5
775+
path: src/Handler/Writer/Checker/Db.php
776+
777+
-
778+
message: '#^Possibly invalid array key type mixed\.$#'
779+
identifier: offsetAccess.invalidOffset
780+
count: 1
781+
path: src/Handler/Writer/Checker/Db.php
782+
771783
-
772784
message: '#^Cannot access offset ''name'' on mixed\.$#'
773785
identifier: offsetAccess.nonOffsetAccessible
@@ -889,7 +901,7 @@ parameters:
889901
path: src/Listener/Mvc.php
890902

891903
-
892-
message: '#^Parameter \#1 \$data of static method ArrayLookup\\AtLeast\:\:once\(\) expects iterable\<int\|string, mixed\>, mixed given\.$#'
904+
message: '#^Parameter \#1 \$data of static method ArrayLookup\\AtLeast\:\:once\(\) expects array\<int\|string, mixed\>\|Traversable\<int\|string, mixed\>, mixed given\.$#'
893905
identifier: argument.type
894906
count: 1
895907
path: src/Listener/Mvc.php
@@ -967,7 +979,7 @@ parameters:
967979
path: src/Middleware/Mezzio.php
968980

969981
-
970-
message: '#^Parameter \#1 \$data of static method ArrayLookup\\AtLeast\:\:once\(\) expects iterable\<int\|string, mixed\>, mixed given\.$#'
982+
message: '#^Parameter \#1 \$data of static method ArrayLookup\\AtLeast\:\:once\(\) expects array\<int\|string, mixed\>\|Traversable\<int\|string, mixed\>, mixed given\.$#'
971983
identifier: argument.type
972984
count: 1
973985
path: src/Middleware/Mezzio.php

0 commit comments

Comments
 (0)