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
1995
1995
project configuration in a ``.php_cs.dist`` file in the root directory of your project.
1996
-
The file must return an instance of `PhpCsFixer\\ConfigInterface <https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v2.15.3/src/ConfigInterface.php>`_
1996
+
The file must return an instance of `PhpCsFixer\\ConfigInterface <https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v2.15.4/src/ConfigInterface.php>`_
1997
1997
which lets you configure the rules, the files and directories that
1998
1998
need to be analyzed. You may also create ``.php_cs`` file, which is
1999
1999
the local configuration that will be used instead of the project configuration. It
0 commit comments