Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Jan 24, 2024
1 parent 1e6705a commit 12797b5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,26 @@
'method_argument_space' => array(
'on_multiline' => 'ensure_fully_multiline',
),
'general_phpdoc_annotation_remove' => array(
'annotations' => array('version', 'license', 'since'),
),
'phpdoc_no_package' => true,
'phpdoc_separation' => array(
'groups' => array(
array(
'author',
),
array(
'deprecated',
'see',
),
array(
'param',
'return',
'throws',
),
),
),
))
->setCacheFile('.php-cs-fixer.cache')
->setFinder($finder)
Expand Down

0 comments on commit 12797b5

Please sign in to comment.