diff --git a/composer.json b/composer.json index 5937dbf4a..1d2d8065e 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "laravel/pint": "^1.0", "laravel/prompts": "^0.1.15", "pestphp/pest": "^2.31", - "phpstan/phpstan": "^1.10.56", + "phpstan/phpstan": "1.10.60", "spatie/invade": "^2.0", "spatie/ray": "^1.40.1", "symfony/var-dumper": "^6.4" diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 79a6c0fc4..cf486a4f4 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -10,4 +10,3 @@ parameters: - '#Unsafe usage of new static#' - '#Cannot call method startOfDay\(\) on Carbon\\CarbonImmutable\|null#' - '#Cannot call method addDays\(\) on Carbon\\CarbonImmutable\|null#' - - '#Cannot call method previous\(\) on Carbon\\CarbonImmutable\|null#'