Skip to content

Commit 2c0aa10

Browse files
committed
poc
1 parent 4bb77ee commit 2c0aa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If you are already using a linter to identify coding standards problems in your
77
code, you know that fixing them by hand is tedious, especially on large
88
projects. This tool not only detects them, but also fixes them for you.
99

10-
PHP CS Fixer has built-in rule sets, whether you want to follow PHP coding standards as defined by `PHP-FIG's PER Coding Style <https://www.php-fig.org/per/coding-style/>`__ - `@PER-CS <./doc/ruleSets/PER-CS.rst>`__,
10+
PHP CS Fixer has built-in rule sets, whether you want to follow PHP coding standards as defined by `PHP-FIG\'s PER Coding Style <https://www.php-fig.org/per/coding-style/>`__ - `@PER-CS <./doc/ruleSets/PER-CS.rst>`__,
1111
a wide community like the `Symfony <https://symfony.com/doc/current/contributing/code/standards.html>`__ - `@Symfony <./doc/ruleSets/Symfony.rst>`__,
1212
or our opinionated one - `@PhpCsFixer <./doc/ruleSets/PhpCsFixer.rst>`__.
1313
You can also define your (team's) style through the `configuration file <./doc/config.rst>`__.

0 commit comments

Comments
 (0)