Update .php_cs.dist

This commit is contained in:
SpacePossum
2017-05-30 19:25:17 +02:00
committed by GitHub
parent 460712d35e
commit 8539a18f8a
+1
View File
@@ -9,6 +9,7 @@ return PhpCsFixer\Config::create()
'no_unreachable_default_argument_value' => false,
'braces' => array('allow_single_line_closure' => true),
'heredoc_to_nowdoc' => false,
'dir_constant' => false,
))
->setRiskyAllowed(true)
->setFinder(PhpCsFixer\Finder::create()->in(__DIR__))