Skip to content

Commit

Permalink
minor #544 Rename .php_cs to .php_cs.dist as a best practise (Benoit …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
javiereguiluz committed Apr 30, 2017
2 parents 46824f1 + ddbd632 commit e0e7591
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/app/config/parameters.yml
/build/
/phpunit.xml
/.php_cs
/var/*
!/var/cache
/var/cache/*
Expand Down
1 change: 0 additions & 1 deletion .php_cs → .php_cs.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env php
<?php

$fileHeaderComment = <<<COMMENT
Expand Down

0 comments on commit e0e7591

Please sign in to comment.