diff --git a/.php_cs b/.php_cs deleted file mode 100644 index 7f81780..0000000 --- a/.php_cs +++ /dev/null @@ -1,15 +0,0 @@ -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) -;