mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 10:26:38 +00:00
Added phpdoc_align rule for php-cs-fixer
This commit is contained in:
parent
99996b62d6
commit
b0c87e9d06
@ -92,6 +92,12 @@ BODY,
|
|||||||
],
|
],
|
||||||
'sort_algorithm' => 'alpha'
|
'sort_algorithm' => 'alpha'
|
||||||
],
|
],
|
||||||
|
'phpdoc_align' => [
|
||||||
|
'align' => 'vertical',
|
||||||
|
'tags' => [
|
||||||
|
'param',
|
||||||
|
]
|
||||||
|
],
|
||||||
'phpdoc_line_span' => [
|
'phpdoc_line_span' => [
|
||||||
'property' => 'single',
|
'property' => 'single',
|
||||||
'method' => null,
|
'method' => null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user