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