From a674cd410f2ee95c81f97b08fa0b16d6b4dcc166 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Sun, 10 Jan 2021 20:15:28 +0000 Subject: [PATCH] CS fix files for PHP7.3 --- .php_cs.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/.php_cs.dist b/.php_cs.dist index 5c251da..79a873e 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -8,6 +8,7 @@ return PhpCsFixer\Config::create() '@Symfony:risky' => true, '@PHP71Migration' => true, '@PHP71Migration:risky' => true, + '@PHP73Migration' => true, 'array_syntax' => ['syntax' => 'short'], 'concat_space' => ['spacing' => 'one'], 'fopen_flags' => ['b_mode' => true],