Skip to content

Commit 6b89638

Browse files
committed
Fix nightly
1 parent da517ad commit 6b89638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.php_cs.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ return PhpCsFixer\Config::create()
1515
'array_indentation' => true,
1616
'array_syntax' => ['syntax' => 'short'],
1717
'backtick_to_shell_exec' => true,
18-
'blank_line_before_return' => true,
18+
'blank_line_before_statement' => true,
1919
'class_keyword_remove' => false,
2020
'combine_consecutive_issets' => true,
2121
'combine_consecutive_unsets' => true,

0 commit comments

Comments
 (0)