Composer format & run action
This commit is contained in:
@@ -15,4 +15,5 @@ return (new PhpCsFixer\Config)
|
||||
'ordered_imports' => ['sort_algorithm' => 'length'],
|
||||
'no_unused_imports' => true,
|
||||
])
|
||||
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
|
||||
->setFinder($finder);
|
||||
|
||||
Reference in New Issue
Block a user