From 06c53995dbd3c9c97798ba789116e23a6bd3ee43 Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Sat, 21 Oct 2017 19:09:18 +0200 Subject: [PATCH] Remove 'void_return' rule in php-cs-fixer --- .php_cs.dist | 1 - 1 file changed, 1 deletion(-) 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], ]);