Skip to content

Commit

Permalink
Fix PER-CSv1 rulesets' docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Nov 27, 2023
1 parent fadcb9e commit 85367e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/ruleSets/PER-CS1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Rule set ``@PER-CS1.0``
=======================

**This ruleset is deprecated** in favour of `@PER-CS2.0`.
**This ruleset is deprecated** in favour of ``@PER-CS2.0``.

Rules that follow `PER Coding Style 1.0 <https://www.php-fig.org/per/coding-style/>`_.

Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PER-CS1.0Risky.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Rule set ``@PER-CS1.0:risky``
=============================

**This ruleset is deprecated** in favour of `@PER-CS2.0:risky`.
**This ruleset is deprecated** in favour of ``@PER-CS2.0:risky``.

Rules that follow `PER Coding Style 1.0 <https://www.php-fig.org/per/coding-style/>`_. This set contains rules that are risky.

Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Sets/PERCS1x0RiskySet.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function getRules(): array
public function getDescription(): string
{
return <<<'DESC'
**This ruleset is deprecated** in favour of `@PER-CS2.0:risky`.
**This ruleset is deprecated** in favour of ``@PER-CS2.0:risky``.
Rules that follow `PER Coding Style 1.0 <https://www.php-fig.org/per/coding-style/>`_.
DESC;
Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Sets/PERCS1x0Set.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function getRules(): array
public function getDescription(): string
{
return <<<'DESC'
**This ruleset is deprecated** in favour of `@PER-CS2.0`.
**This ruleset is deprecated** in favour of ``@PER-CS2.0``.
Rules that follow `PER Coding Style 1.0 <https://www.php-fig.org/per/coding-style/>`_.
DESC;
Expand Down

0 comments on commit 85367e4

Please sign in to comment.