Skip to content

Commit

Permalink
[BUGFIX] dont remove phpdoc tags with phpcsfixer for backwards compat…
Browse files Browse the repository at this point in the history
… in the api generation process
  • Loading branch information
mgrundkoetter committed Jun 30, 2021
1 parent b078632 commit 95efdde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/config/cs.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'no_superfluous_elseif' => true,
'no_useless_else' => true,
'phpdoc_types' => true,
'no_superfluous_phpdoc_tags' => false,
'phpdoc_types_order' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'],
'return_type_declaration' => ['space_before' => 'none'],
])
Expand Down

0 comments on commit 95efdde

Please sign in to comment.