Remove .php_cs file
This commit is contained in:
parent
3aa4986fda
commit
b977720b2b
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@ test_config.json
|
|||||||
index.html
|
index.html
|
||||||
tests/db_files/*
|
tests/db_files/*
|
||||||
._*
|
._*
|
||||||
tests/settings.json
|
tests/settings.json
|
||||||
|
.php_cs
|
9
.php_cs
9
.php_cs
@ -1,9 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
$finder = Symfony\CS\Finder\DefaultFinder::create()
|
|
||||||
->exclude(__DIR__.'/tests/simpletest/')
|
|
||||||
->in(__DIR__);
|
|
||||||
|
|
||||||
return Symfony\CS\Config\Config::create()
|
|
||||||
->fixers(array('linefeed','short_tag','trailing_spaces','php_closing_tag','return','visibility','include','elseif'))
|
|
||||||
->finder($finder);
|
|
Loading…
Reference in New Issue
Block a user