Skip to content

Commit 1d04c55

Browse files
committed
minor #931 Ignore correct PHP CS Fixer config file in .gitattributes (jmsche)
This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead. Discussion ---------- Ignore correct PHP CS Fixer config file in .gitattributes Commits ------- 6ec66a3 Ignore correct PHP CS Fixer config file in .gitattributes
2 parents 9c61279 + 6ec66a3 commit 1d04c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/.github export-ignore
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
4-
/.php_cs.dist export-ignore
4+
/.php-cs-fixer.dist.php export-ignore
55
/.travis.yml export-ignore
66
/phpunit.xml.dist export-ignore
77
/tests export-ignore

0 commit comments

Comments
 (0)