From 8c53f0b99818cb22767ad2722a828d3410969e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Fri, 10 Jan 2020 13:51:06 +0100 Subject: [PATCH] Ne teste pas la config de Symfony. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Trop complexe à mettre en oeuvre. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 40f656f..c6f7dd6 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,6 @@ "test": [ "vendor/bin/phpstan analyse -c loose.neon bin", "vendor/bin/phpstan analyse -c strict.neon bin", - "vendor/bin/phpstan analyse -c symfony.neon -l 1 bin", "vendor/bin/phpstan analyse -c phpunit.neon -l 1 bin" ] } -- GitLab