Skip to content

Commit 12797b5

Browse files
committed
r
1 parent 1e6705a commit 12797b5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,26 @@
1919
'method_argument_space' => array(
2020
'on_multiline' => 'ensure_fully_multiline',
2121
),
22+
'general_phpdoc_annotation_remove' => array(
23+
'annotations' => array('version', 'license', 'since'),
24+
),
25+
'phpdoc_no_package' => true,
26+
'phpdoc_separation' => array(
27+
'groups' => array(
28+
array(
29+
'author',
30+
),
31+
array(
32+
'deprecated',
33+
'see',
34+
),
35+
array(
36+
'param',
37+
'return',
38+
'throws',
39+
),
40+
),
41+
),
2242
))
2343
->setCacheFile('.php-cs-fixer.cache')
2444
->setFinder($finder)

0 commit comments

Comments
 (0)