remove php-cs-fixer config file
This commit is contained in:
parent
2568f6651d
commit
f9218ebb1b
1 changed files with 0 additions and 15 deletions
15
.php_cs
15
.php_cs
|
@ -1,15 +0,0 @@
|
||||||
<?php
|
|
||||||
$finder = PhpCsFixer\Finder::create()
|
|
||||||
->exclude('vendor')
|
|
||||||
->exclude('node_modules')
|
|
||||||
->exclude('bin')
|
|
||||||
->in(__DIR__)
|
|
||||||
;
|
|
||||||
|
|
||||||
return PhpCsFixer\Config::create()
|
|
||||||
->setRules([
|
|
||||||
'native_function_invocation' => ['include' => ['@all']],
|
|
||||||
'native_constant_invocation' => true,
|
|
||||||
])
|
|
||||||
->setFinder($finder)
|
|
||||||
;
|
|
Loading…
Reference in a new issue