Browse Source

Update usage doc to reflect change to PSR12 default.

Hanno Böck 3 years ago
parent
commit
464bcab861
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/usage.rst

+ 2 - 2
doc/usage.rst

@@ -45,9 +45,9 @@ project:
 
 .. code-block:: console
 
-    $ php php-cs-fixer.phar fix /path/to/project --rules=@PSR2
+    $ php php-cs-fixer.phar fix /path/to/project --rules=@PSR12
 
-By default the ``PSR1`` and ``PSR2`` rules are used. If the ``--rules`` option is used rules from config files are ignored.
+By default the ``PSR12`` rules are used. If the ``--rules`` option is used rules from config files are ignored.
 
 The ``--rules`` option lets you choose the exact rules to apply (the rule names must be separated by a comma):