Skip to content

Commit

Permalink
Use @PER-CS in @PhpCsFixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Sep 25, 2023
1 parent c46f91e commit a655504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/ruleSets/PhpCsFixer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Rule set as used by the PHP-CS-Fixer development team, highly opinionated.
Rules
-----

- `@PER-CS2.0 <./PER-CS2.0.rst>`_
- `@PER-CS <./PER-CS.rst>`_
- `@Symfony <./Symfony.rst>`_
- `array_indentation <./../rules/whitespace/array_indentation.rst>`_
- `blank_line_before_statement <./../rules/whitespace/blank_line_before_statement.rst>`_ with config:
Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Sets/PhpCsFixerSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class PhpCsFixerSet extends AbstractRuleSetDescription
public function getRules(): array
{
return [
'@PER-CS2.0' => true,
'@PER-CS' => true,
'@Symfony' => true,
'array_indentation' => true,
'blank_line_before_statement' => [
Expand Down

0 comments on commit a655504

Please sign in to comment.