league-oauth2-ely/.php_cs.dist

9 lines
217 B
Plaintext
Raw Normal View History

2018-08-20 18:09:57 +05:30
<?php
$finder = \PhpCsFixer\Finder::create()
->in(__DIR__);
return \Ely\CS\Config::create([
'visibility_required' => ['property', 'method'],
'ternary_to_null_coalescing' => false,
])->setFinder($finder);