Skip to content

Commit

Permalink
Disable fully_qualified_strict_types fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Jan 9, 2024
1 parent ec4bed3 commit 8581432
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ You can find and compare releases at the [GitHub release page](https://github.co

## Unreleased

## v5.5.0

### Added

- Disable `fully_qualified_strict_types` fixer

## v5.4.0

### Added
Expand Down
1 change: 1 addition & 0 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function config(Finder $finder, array $ruleOverrides = []): Config
],
],
'explicit_string_variable' => true,
'fully_qualified_strict_types' => false, // Messes up global config files where fully qualified class names are preferred
'heredoc_indentation' => false,
'method_argument_space' => [
'on_multiline' => 'ensure_fully_multiline',
Expand Down

0 comments on commit 8581432

Please sign in to comment.