Skip to content

Commit f6202d2

Browse files
authored
Merge pull request #42 from laurentmuller/master
Relaced single_blank_line_before_namespace by blank_lines_before_name…
2 parents 809c95d + c3b83b9 commit f6202d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
'semicolon_after_instruction' => true,
7676
'short_scalar_cast' => true,
7777
'simplified_null_return' => true,
78-
'single_blank_line_before_namespace' => true,
78+
'blank_lines_before_namespace' => true,
7979
'single_quote' => true,
8080
'space_after_semicolon' => true,
8181
'standardize_not_equals' => true,

0 commit comments

Comments
 (0)