Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jan 18, 2021
1 parent 6542f87 commit 5711aed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/ruleSets/PSR12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Rule set ``@PSR12``
===================

Rules that follow `PSR-2 <https://www.php-fig.org/psr/psr-2/>`_ standard.
Rules that follow `PSR-12 <https://www.php-fig.org/psr/psr-12/>`_ standard.

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

Rules that follow `PSR-2 <https://www.php-fig.org/psr/psr-2/>`_ standard. This set contains rules that are risky.
Rules that follow `PSR-12 <https://www.php-fig.org/psr/psr-12/>`_ standard. This set contains rules that are risky.

Rules
-----
Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Sets/PSR12Set.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ public function getRules()

public function getDescription()
{
return 'Rules that follow `PSR-2 <https://www.php-fig.org/psr/psr-2/>`_ standard.';
return 'Rules that follow `PSR-12 <https://www.php-fig.org/psr/psr-12/>`_ standard.';
}
}

0 comments on commit 5711aed

Please sign in to comment.