Skip to content

Commit 1396d63

Browse files
committed
Enhancement: Enable no_mixed_echo_print fixer
1 parent 9709f81 commit 1396d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
'array_syntax' => true,
2525
'binary_operator_spaces' => true,
2626
'class_attributes_separation' => true,
27-
'class_definition' => true,
2827
'concat_space' => [
2928
'spacing' => 'one',
3029
],
@@ -38,6 +37,7 @@
3837
'line_ending' => true,
3938
'new_with_parentheses' => true,
4039
'no_extra_blank_lines' => true,
40+
'no_mixed_echo_print' => true,
4141
'no_trailing_whitespace' => true,
4242
'ordered_class_elements' => true,
4343
'random_api_migration' => true,

0 commit comments

Comments
 (0)