From 111067a98e8a89872ee22dc40c70603c677563d6 Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Thu, 19 May 2022 00:10:37 +0200 Subject: [PATCH] Remove void_return rule from cs --- .php-cs-fixer.dist.php | 1 - 1 file changed, 1 deletion(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index a55e148f20..c612e7edd8 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -30,6 +30,5 @@ 'static_lambda' => true, 'ternary_to_null_coalescing' => true, 'visibility_required' => ['elements' => ['property', 'method', 'const']], - 'void_return' => true, ]) ;