From 569eca03968fbbfd6eec50cd59de506d88b3d701 Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Mon, 1 Aug 2022 19:15:32 +0100 Subject: [PATCH] Fix indentation --- .php-cs-fixer.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index c49c799c7..635b00ddd 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -11,7 +11,7 @@ return PhpCsFixer\Config::create() 'combine_consecutive_unsets' => true, 'heredoc_to_nowdoc' => true, 'no_extra_blank_lines' => [ - 'break', + 'break', 'continue', 'extra', 'return',