We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6ea5d commit ca63d76Copy full SHA for ca63d76
.gitattributes
@@ -2,7 +2,7 @@
2
.gitattributes export-ignore
3
/.github/ export-ignore
4
.gitignore export-ignore
5
-/.php_cs export-ignore
+/.php_cs.dist export-ignore
6
/.scrutinizer.yml export-ignore
7
/.styleci.yml export-ignore
8
/.travis.yml export-ignore
@@ -12,4 +12,4 @@
12
/phpspec.yml.dist export-ignore
13
/phpunit.xml.dist export-ignore
14
/spec/ export-ignore
15
-/Tests/ export-ignore
+/tests/ export-ignore
0 commit comments