|
@@ -30,13 +30,13 @@ your system:
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
- $ wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v1.12.1/php-cs-fixer.phar -O php-cs-fixer
|
|
|
+ $ wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v1.12.2/php-cs-fixer.phar -O php-cs-fixer
|
|
|
|
|
|
or with curl:
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
- $ curl -L https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v1.12.1/php-cs-fixer.phar -o php-cs-fixer
|
|
|
+ $ curl -L https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v1.12.2/php-cs-fixer.phar -o php-cs-fixer
|
|
|
|
|
|
then:
|
|
|
|
|
@@ -735,7 +735,7 @@ scanned by the tool when run in the directory of your project. It is useful for
|
|
|
projects that follow a well-known directory structures (like for Symfony
|
|
|
projects for instance).
|
|
|
|
|
|
-.. _php-cs-fixer.phar: https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v1.12.1/php-cs-fixer.phar
|
|
|
+.. _php-cs-fixer.phar: https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v1.12.2/php-cs-fixer.phar
|
|
|
.. _Atom: https://github.com/Glavin001/atom-beautify
|
|
|
.. _NetBeans: http://plugins.netbeans.org/plugin/49042/php-cs-fixer
|
|
|
.. _PhpStorm: http://tzfrs.de/2015/01/automatically-format-code-to-match-psr-standards-with-phpstorm
|