Skip to content

Commit ebb31c7

Browse files
committed
Rename PHPCS config file
1 parent 874b1d6 commit ebb31c7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
/.travis.yml export-ignore
1212
/CHANGELOG.md export-ignore
1313
/CODE_OF_CONDUCT.md export-ignore
14-
/phpunit.xml.dist export-ignore
14+
/.phpcs.xml.dist export-ignore
1515
/README.md export-ignore
1616
/readme.txt export-ignore

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor/
2-
phpcs.xml
2+
/.phpcs.xml
3+
/phpcs.xml
File renamed without changes.

0 commit comments

Comments
 (0)