Skip to content

Commit ddbd632

Browse files
author
Benoit Galati
committed
Rename .php_cs to .php_cs.dist as a best practise
1 parent fdffbcc commit ddbd632

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
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 renamed to .php_cs.dist

Lines changed: 0 additions & 1 deletion
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)