Skip to content

Commit e0e9a64

Browse files
committed
remove phpdoc_inline_tag and heredoc_to_nowdoc rules for cs-fixer
1 parent 1cf3885 commit e0e9a64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.php_cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ $config = Symfony\CS\Config::create()
99
->fixers([
1010
'-phpdoc_params',
1111
'-phpdoc_short_description',
12+
'-phpdoc_inline_tag',
1213
'-pre_increment',
14+
'-heredoc_to_nowdoc',
1315
'-spaces_cast',
1416
'-include',
1517
'-phpdoc_no_package',

0 commit comments

Comments
 (0)