Skip to content

Commit

Permalink
Update PHPStan baseline, remove stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 26, 2021
1 parent 227e3dc commit 3065bb8
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions phpstan-unsupported-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,6 @@ parameters:
count: 1
path: src/Operation/Unpack.php

-
message: "#^Parameter \\#1 \\$collection of function asyncMap_checkListString expects loophp\\\\collection\\\\Contract\\\\Collection\\<int, string\\>, loophp\\\\collection\\\\Contract\\\\Collection\\<int, non\\-empty\\-string\\> given\\.$#"
count: 2
path: tests/static-analysis/asyncMap.php

-
message: "#^Parameter \\#1 \\$collection of function asyncMap_checkMapString expects loophp\\\\collection\\\\Contract\\\\Collection\\<string, string\\>, loophp\\\\collection\\\\Contract\\\\Collection\\<string, non\\-empty\\-string\\> given\\.$#"
count: 1
path: tests/static-analysis/asyncMap.php

-
message: "#^Parameter \\#1 \\$collection of function flatMap_checkListString expects loophp\\\\collection\\\\Contract\\\\Collection\\<int, string\\>, loophp\\\\collection\\\\Contract\\\\Collection\\<int, non\\-empty\\-string\\> given\\.$#"
count: 2
path: tests/static-analysis/flatMap.php

-
message: "#^Parameter \\#1 \\$collection of function map_checkListString expects loophp\\\\collection\\\\Contract\\\\Collection\\<int, string\\>, loophp\\\\collection\\\\Contract\\\\Collection\\<int, non\\-empty\\-string\\> given\\.$#"
count: 2
path: tests/static-analysis/map.php

-
message: "#^Parameter \\#1 \\$collection of function map_checkMapString expects loophp\\\\collection\\\\Contract\\\\Collection\\<string, string\\>, loophp\\\\collection\\\\Contract\\\\Collection\\<string, non\\-empty\\-string\\> given\\.$#"
count: 1
path: tests/static-analysis/map.php

-
message: "#^Parameter \\#1 \\$collection of function reduction_checkListString expects loophp\\\\collection\\\\Contract\\\\Collection\\<int, string\\>, loophp\\\\collection\\\\Contract\\\\Collection\\<int, non\\-empty\\-string\\> given\\.$#"
count: 1
Expand Down

0 comments on commit 3065bb8

Please sign in to comment.