File tree Expand file tree Collapse file tree 3 files changed +16
-154
lines changed
Expand file tree Collapse file tree 3 files changed +16
-154
lines changed Original file line number Diff line number Diff line change 3535 exit 1
3636 fi
3737
38- $PHP_CS_FIXER fix --config=.php_cs .dist ${FILES} > /dev/null 2>&1
38+ $PHP_CS_FIXER fix --config=.php-cs-fixer .dist.php ${FILES} > /dev/null 2>&1
3939 git add ${FILES}
4040
4141# output=`$PSALM --report=psalmCommitErrors.txt --config=psalmCommit.xml ${FILES} >/dev/null 2>&1`
Original file line number Diff line number Diff line change 1+ <?php
2+ /*
3+ * This document has been generated with
4+ * https://mlocati.github.io/php-cs-fixer-configurator/#version:3.0.0-rc.1|configurator
5+ * you can change this configuration by importing this file.
6+ *
7+ */
8+
9+ $ config = include '../phpfui/PhpCsFixer.php ' ;
10+
11+ return $ config ->setFinder (PhpCsFixer \Finder::create ()
12+ ->exclude ('vendor ' )
13+ ->in (__DIR__ .'\src ' )
14+ ->in (__DIR__ .'\tests ' )
15+ );
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments