File tree 3 files changed +16
-154
lines changed
3 files changed +16
-154
lines changed Original file line number Diff line number Diff line change 35
35
exit 1
36
36
fi
37
37
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
39
39
git add ${FILES}
40
40
41
41
# 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