Skip to content

Commit 447b30f

Browse files
committed
Fixed wrong cast_spaces setting.
1 parent 8789f54 commit 447b30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $rules = [
66
'blank_line_after_opening_tag' => true,
77
'blank_line_before_return' => true,
88
'braces' => true,
9-
'cast_spaces' => ['space' => 'none'],
9+
'cast_spaces' => ['space' => 'single'],
1010
'class_definition' => true,
1111
'concat_space' => ['spacing' => 'one'],
1212
'declare_equal_normalize' => true,

0 commit comments

Comments
 (0)