Spreadsheet_Excel_Writer/.php_cs.dist

12 lines
195 B
PHP

<?php
return PhpCsFixer\Config::create()
->setRules([
'native_function_invocation' => null,
])
->setFinder(
PhpCsFixer\Finder::create()
->in(__DIR__)
)
;