Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jul 9, 2023
1 parent 1ba6e58 commit 10f2de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ Note: You need to pass the config to the ``fix`` command, in order to make it wo

.. code-block:: console
export PHP_CS_FIXER_EXPERIMENTAL_PARALLEL_CACHE=1
php php-cs-fixer.phar list-files --config=.php-cs-fixer.dist.php | xargs -n 10 -P 8 php php-cs-fixer.phar fix --config=.php-cs-fixer.dist.php --path-mode intersection -v
* ``-n`` defines how many files a single subprocess process
Expand Down

0 comments on commit 10f2de7

Please sign in to comment.