Skip to content

Commit 06a59d0

Browse files
committed
Fix: Disable phpdoc_line_span fixer for fixtures
1 parent f06675f commit 06a59d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.php-cs-fixer.fixture.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
'native_function_casing' => false,
3030
'native_function_invocation' => false,
3131
'nullable_type_declaration' => false,
32+
'phpdoc_line_span' => false,
3233
'phpdoc_summary' => false,
3334
'protected_to_private' => false,
3435
'single_line_comment_style' => false,

0 commit comments

Comments
 (0)