Skip to content

Commit

Permalink
Merge pull request #117 from mbrodala/patch-1
Browse files Browse the repository at this point in the history
[BUGFIX] Skip system/settings.php
  • Loading branch information
bmack authored Jan 20, 2024
2 parents 61f9b68 + 6e7481e commit 4660e61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CsFixerConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ public static function create(): static
'var',
'vendor',
])
->notPath([
'config/system/settings.php',
])
;

return $static;
Expand Down

0 comments on commit 4660e61

Please sign in to comment.