diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 1b7b81de7..ef42bb85e 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -5,11 +5,6 @@ parameters: count: 1 path: src/Command/RunWorkersCommand.php - - - message: "#^Parameter \\#1 \\$min \\(1\\) of function random_int expects lower number than parameter \\#2 \\$max \\(int\\<\\-2147483648, 2147483647\\>\\)\\.$#" - count: 1 - path: src/Controller/ExploreController.php - - message: "#^Parameter \\#1 \\$job of method App\\\\Service\\\\UpdaterWorker\\:\\:process\\(\\) expects App\\\\Entity\\\\Job\\, App\\\\Entity\\\\Job\\ given\\.$#" count: 1