Skip to content

Commit

Permalink
🔥 Update PHPStan Baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Jul 1, 2024
1 parent 6d474f8 commit fd61d95
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
parameters:
ignoreErrors:
-
message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
count: 1
path: src/Console/CreateWebhook.php

-
message: "#^Parameter \\#2 \\$array of function preg_grep expects array, array\\<int, string\\>\\|false given\\.$#"
count: 1
path: src/Console/CreateWebhook.php

-
message: "#^Cannot call method assertExitCode\\(\\) on Illuminate\\\\Testing\\\\PendingCommand\\|int\\.$#"
count: 12
Expand Down

0 comments on commit fd61d95

Please sign in to comment.