From 774b5b69d993368c1b3770fc6cab2cef5e7ace2d Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 9 Nov 2021 13:35:44 +0100 Subject: [PATCH] Enable `phpstan/phpstan-strict-rules`. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index ac26cfc2a..0a9dbf589 100644 --- a/composer.json +++ b/composer.json @@ -55,6 +55,7 @@ "fakerphp/faker": "^1.13", "nelmio/alice": "^3.8", "phpstan/phpstan": "^1.0", + "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^7.0", "symfony/debug-bundle": "^5.1", "symfony/dotenv": "^5.1",