From ad6737a7866f4708d65ee4abfb71bf1113384ed6 Mon Sep 17 00:00:00 2001 From: Julio Date: Thu, 26 Dec 2019 09:37:19 +0100 Subject: [PATCH] Minor - comment @Symfony:risky --- .php_cs.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php_cs.dist b/.php_cs.dist index d79bb289e8..ab2937a7ba 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -4,7 +4,7 @@ $header = '/* For licensing terms, see /license.txt */'; $rules = [ '@Symfony' => true, - '@Symfony:risky' => true, + //'@Symfony:risky' => true, 'array_syntax' => [ 'syntax' => 'short', ],