diff --git a/.php_cs.dist b/.php_cs.dist index 04bf320..c055e4e 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -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], ]);