Skip to content

Commit e0e7591

Browse files
committed
minor #544 Rename .php_cs to .php_cs.dist as a best practise (Benoit Galati)
This PR was merged into the master branch. Discussion ---------- Rename .php_cs to .php_cs.dist as a best practise Hello, Everything is in the title. I also removed the shebang because it looked useless, let me know if I am wrong :-) Commits ------- ddbd632 Rename .php_cs to .php_cs.dist as a best practise
2 parents 46824f1 + ddbd632 commit e0e7591

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/app/config/parameters.yml
22
/build/
33
/phpunit.xml
4+
/.php_cs
45
/var/*
56
!/var/cache
67
/var/cache/*

.php_cs .php_cs.dist

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env php
21
<?php
32

43
$fileHeaderComment = <<<COMMENT

0 commit comments

Comments
 (0)