Skip to content

Commit 42635fc

Browse files
committed
Update php_cs rules
1 parent 4bac0d0 commit 42635fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.php_cs

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ $rules = [
3737
'single_line_after_imports' => true,
3838
'return_type_declaration' => true,
3939
'trailing_comma_in_multiline_array' => true,
40+
'binary_operator_spaces' => array(
41+
'align_double_arrow' => false,
42+
'align_equals' => false,
43+
),
4044
];
4145

4246
$finder = PhpCsFixer\Finder::create()

0 commit comments

Comments
 (0)