Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit 11651dd

Browse files
committed
Disable php-cs-fixer phpdoc_align
1 parent 8b2f6bf commit 11651dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ $rules = [
44
'@Symfony' => true,
55
'native_function_invocation' => ['include' => ['@compiler_optimized'], 'scope' => 'namespaced'],
66
'phpdoc_to_comment' => false,
7+
'phpdoc_align' => false,
78
];
89

910
$finder = PhpCsFixer\Finder::create()

0 commit comments

Comments
 (0)