.php_cs is unused (#5056)

This commit is contained in:
Tony Murray
2016-11-24 02:54:17 -06:00
committed by Neil Lathwood
parent 1e24f636dd
commit 7553e771a6

15
.php_cs
View File

@@ -1,15 +0,0 @@
<?php
// PHP CS Fixer config file
$finder = Symfony\CS\Finder\DefaultFinder::create()
->exclude('html/lib')
->exclude('lib')
->exclude('logs')
->exclude('mibs')
->exclude('rrd')
->in(__DIR__);
return Symfony\CS\Config\Config::create()
->level(Symfony\CS\FixerInterface::PSR2_LEVEL)
->finder($finder);