Skip to content

Commit

Permalink
feat: Introduce @PER-CS ruleset (#7321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Sep 25, 2023
1 parent 41f3b22 commit 7f2895e
Show file tree
Hide file tree
Showing 63 changed files with 281 additions and 54 deletions.
104 changes: 52 additions & 52 deletions doc/list.rst

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions doc/ruleSets/PER-CS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
====================
Rule set ``@PER-CS``
====================

Alias for the latest revision of PER-CS rules. Use it if you always want to be in sync with newest PER-CS standard.

Rules
-----

- `@PER-CS2.0 <./PER-CS2.0.rst>`_
10 changes: 10 additions & 0 deletions doc/ruleSets/PER-CSRisky.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
==========================
Rule set ``@PER-CS:risky``
==========================

Alias for the latest revision of PER-CS risky rules. Use it if you always want to be in sync with newest PER-CS standard. This set contains rules that are risky.

Rules
-----

- `@PER-CS2.0:risky <./PER-CS2.0Risky.rst>`_
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: 2 additions & 0 deletions doc/ruleSets/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ List of Available Rule sets
===========================
- `@DoctrineAnnotation <./DoctrineAnnotation.rst>`_
- `@PER <./PER.rst>`_
- `@PER-CS <./PER-CS.rst>`_
- `@PER-CS1.0 <./PER-CS1.0.rst>`_
- `@PER-CS1.0:risky <./PER-CS1.0Risky.rst>`_
- `@PER-CS2.0 <./PER-CS2.0.rst>`_
- `@PER-CS2.0:risky <./PER-CS2.0Risky.rst>`_
- `@PER-CS:risky <./PER-CSRisky.rst>`_
- `@PER:risky <./PERRisky.rst>`_
- `@PHP54Migration <./PHP54Migration.rst>`_
- `@PHP56Migration:risky <./PHP56MigrationRisky.rst>`_
Expand Down
4 changes: 4 additions & 0 deletions doc/rules/basic/curly_braces_position.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ The rule is part of the following rule sets:

``['allow_single_line_empty_anonymous_classes' => true]``

- `@PER-CS <./../../ruleSets/PER-CS.rst>`_ with config:

``['allow_single_line_empty_anonymous_classes' => true]``

- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_ with config:

``['allow_single_line_empty_anonymous_classes' => true]``
Expand Down
1 change: 1 addition & 0 deletions doc/rules/basic/encoding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR1 <./../../ruleSets/PSR1.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/basic/no_multiple_statements_per_line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/basic/single_line_empty_body.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PhpCsFixer <./../../ruleSets/PhpCsFixer.rst>`_

1 change: 1 addition & 0 deletions doc/rules/casing/constant_case.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/casing/lowercase_keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/casing/lowercase_static_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR12 <./../../ruleSets/PSR12.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/cast_notation/lowercase_cast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR12 <./../../ruleSets/PSR12.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/cast_notation/short_scalar_cast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PHP74Migration <./../../ruleSets/PHP74Migration.rst>`_
Expand Down
4 changes: 4 additions & 0 deletions doc/rules/class_notation/class_definition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ The rule is part of the following rule sets:

``['inline_constructor_arguments' => false, 'space_before_parenthesis' => true]``

- `@PER-CS <./../../ruleSets/PER-CS.rst>`_ with config:

``['inline_constructor_arguments' => false, 'space_before_parenthesis' => true]``

- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_ with config:

``['inline_constructor_arguments' => false, 'space_before_parenthesis' => true]``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR12 <./../../ruleSets/PSR12.rst>`_
Expand Down
4 changes: 4 additions & 0 deletions doc/rules/class_notation/ordered_class_elements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ The rule is part of the following rule sets:

``['order' => ['use_trait']]``

- `@PER-CS <./../../ruleSets/PER-CS.rst>`_ with config:

``['order' => ['use_trait']]``

- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_ with config:

``['order' => ['use_trait']]``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ The rule is part of the following rule sets:

``['elements' => ['property']]``

- `@PER-CS <./../../ruleSets/PER-CS.rst>`_ with config:

``['elements' => ['property']]``

- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_ with config:

``['elements' => ['property']]``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR12 <./../../ruleSets/PSR12.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/class_notation/visibility_required.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PHP71Migration <./../../ruleSets/PHP71Migration.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/comment/no_trailing_whitespace_in_comment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/control_structure/control_structure_braces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/control_structure/elseif.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/control_structure/no_break_comment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/control_structure/switch_case_space.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/function_notation/function_declaration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
4 changes: 4 additions & 0 deletions doc/rules/function_notation/method_argument_space.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ The rule is part of the following rule sets:

``['on_multiline' => 'ensure_fully_multiline']``

- `@PER-CS <./../../ruleSets/PER-CS.rst>`_ with config:

``['on_multiline' => 'ensure_fully_multiline']``

- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_ with config:

``['on_multiline' => 'ensure_fully_multiline']``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The rule is part of the following rule sets:

- `@PER-CS1.0:risky <./../../ruleSets/PER-CS1.0Risky.rst>`_
- `@PER-CS2.0:risky <./../../ruleSets/PER-CS2.0Risky.rst>`_
- `@PER-CS:risky <./../../ruleSets/PER-CSRisky.rst>`_
- `@PER:risky <./../../ruleSets/PERRisky.rst>`_
- `@PHP80Migration:risky <./../../ruleSets/PHP80MigrationRisky.rst>`_
- `@PSR12:risky <./../../ruleSets/PSR12Risky.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/function_notation/return_type_declaration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR12 <./../../ruleSets/PSR12.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/import/no_leading_import_slash.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR12 <./../../ruleSets/PSR12.rst>`_
Expand Down
4 changes: 4 additions & 0 deletions doc/rules/import/ordered_imports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ The rule is part of the following rule sets:

``['imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'none']``

- `@PER-CS <./../../ruleSets/PER-CS.rst>`_ with config:

``['imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'none']``

- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_ with config:

``['imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'none']``
Expand Down
4 changes: 4 additions & 0 deletions doc/rules/import/single_import_per_statement.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ The rule is part of the following rule sets:

``['group_to_single_imports' => false]``

- `@PER-CS <./../../ruleSets/PER-CS.rst>`_ with config:

``['group_to_single_imports' => false]``

- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_ with config:

``['group_to_single_imports' => false]``
Expand Down
1 change: 1 addition & 0 deletions doc/rules/import/single_line_after_imports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/language_construct/declare_equal_normalize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR12 <./../../ruleSets/PSR12.rst>`_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR12 <./../../ruleSets/PSR12.rst>`_
Expand Down
4 changes: 4 additions & 0 deletions doc/rules/operator/binary_operator_spaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ The rule is part of the following rule sets:

``['default' => 'at_least_single_space']``

- `@PER-CS <./../../ruleSets/PER-CS.rst>`_ with config:

``['default' => 'at_least_single_space']``

- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_ with config:

``['default' => 'at_least_single_space']``
Expand Down
4 changes: 4 additions & 0 deletions doc/rules/operator/concat_space.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ The rule is part of the following rule sets:

``['spacing' => 'one']``

- `@PER-CS <./../../ruleSets/PER-CS.rst>`_ with config:

``['spacing' => 'one']``

- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_ with config:

``['spacing' => 'one']``
Expand Down
1 change: 1 addition & 0 deletions doc/rules/operator/new_with_braces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR12 <./../../ruleSets/PSR12.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/operator/no_space_around_double_colon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR2 <./../../ruleSets/PSR2.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/operator/ternary_operator_spaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR12 <./../../ruleSets/PSR12.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/php_tag/blank_line_after_opening_tag.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR12 <./../../ruleSets/PSR12.rst>`_
Expand Down
1 change: 1 addition & 0 deletions doc/rules/php_tag/full_opening_tag.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Rule sets
The rule is part of the following rule sets:

- `@PER <./../../ruleSets/PER.rst>`_
- `@PER-CS <./../../ruleSets/PER-CS.rst>`_
- `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
- `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
- `@PSR1 <./../../ruleSets/PSR1.rst>`_
Expand Down

0 comments on commit 7f2895e

Please sign in to comment.