Skip to content

Commit

Permalink
bump versions and turn off import_symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclermont committed Jan 26, 2024
1 parent 002dea7 commit a91f832
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 48 deletions.
94 changes: 46 additions & 48 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/RuleSet/Sets/NoCompromisesSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ public function getRules(): array
'concat_space' => [
'spacing' => 'one', // default is 'none'
],
'fully_qualified_strict_types' => [
'import_symbols' => false, // default is true
],
'function_declaration' => [
'closure_fn_spacing' => 'none', // default is 'one'
],
Expand Down

0 comments on commit a91f832

Please sign in to comment.