diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index f210962..b7a8d7e 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -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\\\\|false given\\.$#" - count: 1 - path: src/Console/CreateWebhook.php - - message: "#^Cannot call method assertExitCode\\(\\) on Illuminate\\\\Testing\\\\PendingCommand\\|int\\.$#" count: 12