Skip to content

Commit

Permalink
style: single quotes
Browse files Browse the repository at this point in the history
#23

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed Aug 23, 2024
1 parent f8e84b5 commit 1f070fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public function getRules() : array {
'single_class_element_per_statement' => true,
'single_import_per_statement' => true,
'single_line_after_imports' => true,
'single_quote' => ['strings_containing_single_quote_chars' => false],
'switch_case_space' => true,
'types_spaces' => ['space' => 'none', 'space_multiple_catch' => 'none'],
'visibility_required' => [
Expand Down

0 comments on commit 1f070fd

Please sign in to comment.