From de956bce3620f267054e9db7bb82b43e505f96b5 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Sat, 5 Oct 2019 00:56:34 +0900 Subject: [PATCH] PrettyCI's PHP CS Fixer is not yet aware of the @PHP73Migration rule set --- .php_cs.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php_cs.dist b/.php_cs.dist index c9bf240..d19d7b7 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -40,7 +40,7 @@ return PhpCsFixer\Config::create() '@Symfony:risky' => true, '@PHP70Migration:risky' => true, '@PHP71Migration:risky' => true, - '@PHP73Migration' => true, + //'@PHP73Migration' => true, 'array_syntax' => ['syntax' => 'short'], 'declare_strict_types' => true, 'explicit_indirect_variable' => true,