Skip to content

Commit

Permalink
avoid php-cs-fixer change
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Jan 4, 2024
1 parent f24cabe commit ab455bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
'parameters',
],
],
'fully_qualified_strict_types' => [
'phpdoc_tags' => [],
],
'Laravel/laravel_phpdoc_alignment' => true,
])->registerCustomFixers([new LaravelPhpdocAlignmentFixer()]);

0 comments on commit ab455bf

Please sign in to comment.