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 874b1d6 commit ebb31c7Copy full SHA for ebb31c7
.gitattributes
@@ -11,6 +11,6 @@
11
/.travis.yml export-ignore
12
/CHANGELOG.md export-ignore
13
/CODE_OF_CONDUCT.md export-ignore
14
-/phpunit.xml.dist export-ignore
+/.phpcs.xml.dist export-ignore
15
/README.md export-ignore
16
/readme.txt export-ignore
.gitignore
@@ -1,2 +1,3 @@
1
vendor/
2
-phpcs.xml
+/.phpcs.xml
3
+/phpcs.xml
phpcs.xml.dist .phpcs.xml.distphpcs.xml.dist renamed to .phpcs.xml.dist
0 commit comments