Skip to content

Commit

Permalink
Scrub PHPStan baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jan 30, 2023
1 parent 92c29b8 commit 63c3127
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/phpstan/configs/actual-problems.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ parameters:
count: 2
path: ../../../build/make-release.php

-
message: "#^Parameter \\#1 \\$pharPath of function pocketmine\\\\build\\\\server_phar\\\\buildPhar expects string, array\\<int, mixed\\>\\|string\\|false given\\.$#"
count: 1
path: ../../../build/server-phar.php

-
message: "#^Parameter \\#1 \\$strings of function pocketmine\\\\build\\\\server_phar\\\\preg_quote_array expects array\\<string\\>, array\\<int, string\\|false\\> given\\.$#"
count: 1
Expand All @@ -30,11 +25,6 @@ parameters:
count: 1
path: ../../../src/Server.php

-
message: "#^Cannot cast array\\<int, mixed\\>\\|string\\|false to string\\.$#"
count: 1
path: ../../../src/ServerConfigGroup.php

-
message: "#^Cannot cast mixed to int\\.$#"
count: 2
Expand Down Expand Up @@ -1315,11 +1305,6 @@ parameters:
count: 3
path: ../../../src/world/light/SkyLightUpdate.php

-
message: "#^Only numeric types are allowed in \\+, int\\|false given on the left side\\.$#"
count: 1
path: ../../../src/world/light/SkyLightUpdate.php

-
message: "#^Only numeric types are allowed in \\-, int\\|null given on the right side\\.$#"
count: 1
Expand Down

0 comments on commit 63c3127

Please sign in to comment.