We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6446ad0 commit 020bc43Copy full SHA for 020bc43
.gitignore
@@ -4,7 +4,7 @@
4
/src/Tests/
5
/build/
6
/phpunit.xml
7
-.php_cs.cache
+/.php_cs/cache
8
9
node_modules
10
.php_cs/.gitkeep
.travis.yml
@@ -2,7 +2,7 @@ language: php
2
cache:
3
directories:
- $HOME/.composer/cache
- - .php_cs.cache
+ - .php_cs
jobs:
include:
- stage: test
phpcs.xml.dist
@@ -3,7 +3,7 @@
<arg name="basepath" value="."/>
<arg name="extensions" value="php"/>
<arg name="parallel" value="16"/>
- <arg name="cache" value=".php_cs.cache"/>
+ <arg name="cache" value=".php_cs/cache"/>
<arg name="colors"/>
<!-- Ignore warnings, show progress of the run and show sniff names -->
0 commit comments