Skip to content

Commit df1cc08

Browse files
phpstan-botondrejmirtes
authored andcommitted
Update baselines
1 parent 5c7a1a5 commit df1cc08

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

e2e/integration/pocketmine-baseline.neon

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ parameters:
1515
count: 1
1616
path: repo/src/pocketmine/Player.php
1717

18+
-
19+
message: "#^Binary operation \"\\.\" between 'Composer autoloader…' and array\\<int, mixed\\>\\|string\\|false results in an error\\.$#"
20+
count: 1
21+
path: repo/src/pocketmine/PocketMine.php
22+
23+
-
24+
message: "#^Parameter \\#1 \\$filename of function is_file expects string, array\\<int, mixed\\>\\|string given\\.$#"
25+
count: 1
26+
path: repo/src/pocketmine/PocketMine.php
27+
1828
-
1929
message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
2030
count: 1

0 commit comments

Comments
 (0)