Remove risky fix on PHPCsFixer + fix bad command interpretation

This commit is contained in:
osaajani 2021-02-23 00:40:59 +01:00
parent 3b662c1153
commit 3f84622cbe
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ $config = PhpCsFixer\Config::create()
'@PHP56Migration' => true,
'@PHPUnit60Migration:risky' => true,
'@PhpCsFixer' => true,
'@PhpCsFixer:risky' => true,
'@PhpCsFixer:risky' => false,
'header_comment' => ['header' => $header],
'list_syntax' => ['syntax' => 'long'],
'array_syntax' => ['syntax' => 'short'],