You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using command line options to customize the rule, you can save the
2013
2013
project configuration in a ``.php_cs.dist`` file in the root directory of your project.
2014
-
The file must return an instance of `PhpCsFixer\\ConfigInterface <https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v2.16.2/src/ConfigInterface.php>`_
2014
+
The file must return an instance of `PhpCsFixer\\ConfigInterface <https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v2.16.3/src/ConfigInterface.php>`_
2015
2015
which lets you configure the rules, the files and directories that
2016
2016
need to be analyzed. You may also create ``.php_cs`` file, which is
2017
2017
the local configuration that will be used instead of the project configuration. It
0 commit comments