From 4a2c6fe07aeb1152356715fc0678b9efe7b9cdf9 Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Sat, 21 Oct 2017 19:16:30 +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], ]);