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