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