league-oauth2-ely/.php_cs.dist

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);