Remove 'void_return' rule in php-cs-fixer
This commit is contained in:
parent
10fed91ac1
commit
4a2c6fe07a
@ -42,7 +42,6 @@ $config = PhpCsFixer\Config::create()
|
|||||||
'simplified_null_return' => false,
|
'simplified_null_return' => false,
|
||||||
'single_line_comment_style' => ['comment_types' => ['hash']],
|
'single_line_comment_style' => ['comment_types' => ['hash']],
|
||||||
'strict_comparison' => true,
|
'strict_comparison' => true,
|
||||||
'void_return' => true,
|
|
||||||
'yoda_style' => ['equal' => false, 'identical' => false],
|
'yoda_style' => ['equal' => false, 'identical' => false],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user