Skip to content

Commit

Permalink
Change PER-CS
Browse files Browse the repository at this point in the history
  • Loading branch information
simensen committed Jul 23, 2024
1 parent d9185cc commit 58a07c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RuleSet/Dflydev.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ final class Dflydev extends AbstractRuleSet implements ExplicitRuleSet
protected int $targetPhpVersion = 80200;

protected array $rules = [
'@PER' => true,
'@PER-CS' => true,
'@Symfony' => true,
'declare_strict_types' => true,

Expand Down

0 comments on commit 58a07c8

Please sign in to comment.