Skip to content

Commit

Permalink
Enhancement: Enable single_quote fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 22, 2023
1 parent 16ba11f commit dcac1eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'no_trailing_whitespace' => true,
'ordered_class_elements' => true,
'random_api_migration' => true,
'single_quote' => true,
'single_space_around_construct' => [
'constructs_contain_a_single_space' => [
'yield_from',
Expand Down

0 comments on commit dcac1eb

Please sign in to comment.