league-oauth2-ely/.php_cs.dist
2019-02-24 02:45:44 +03:00

10 lines
254 B
PHP

<?php
$finder = \PhpCsFixer\Finder::create()
->in(__DIR__);
return \Ely\CS\Config::create([
'visibility_required' => ['property', 'method'],
'ternary_to_null_coalescing' => false,
'php_unit_expectation' => false,
])->setFinder($finder);