Update .php_cs.dist
Remove "void_return" rule
This commit is contained in:
parent
c74c0d9127
commit
fec27e9056
@ -42,7 +42,6 @@ $config = PhpCsFixer\Config::create()
|
||||
'simplified_null_return' => false,
|
||||
'single_line_comment_style' => ['comment_types' => ['hash']],
|
||||
'strict_comparison' => true,
|
||||
'void_return' => true,
|
||||
'yoda_style' => ['equal' => false, 'identical' => false],
|
||||
]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user