We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cast_spaces
1 parent 8789f54 commit 447b30fCopy full SHA for 447b30f
.php_cs.dist
@@ -6,7 +6,7 @@ $rules = [
6
'blank_line_after_opening_tag' => true,
7
'blank_line_before_return' => true,
8
'braces' => true,
9
- 'cast_spaces' => ['space' => 'none'],
+ 'cast_spaces' => ['space' => 'single'],
10
'class_definition' => true,
11
'concat_space' => ['spacing' => 'one'],
12
'declare_equal_normalize' => true,
0 commit comments