Skip to content

Commit 276b51c

Browse files
committed
Fix: Remove unknown fixers
1 parent 8273113 commit 276b51c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.php_cs.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ $config
1111
'@PSR2' => true,
1212
'@Symfony' => true,
1313
// additionally
14-
'align_multiline_comment' => array('comment_type' => 'phpdocs_like'),
1514
'array_syntax' => array('syntax' => 'long'),
1615
'binary_operator_spaces' => false,
1716
'concat_space' => array('spacing' => 'one'),
18-
'increment_style' => false,
1917
'no_useless_else' => true,
2018
'no_useless_return' => true,
2119
'ordered_imports' => true,
@@ -25,7 +23,6 @@ $config
2523
'pre_increment' => false,
2624
'simplified_null_return' => false,
2725
'trailing_comma_in_multiline_array' => false,
28-
'yoda_style' => null,
2926
))
3027
->setFinder($finder)
3128
;

0 commit comments

Comments
 (0)