CS fixes.
Plus add config for StyleCI.
This commit is contained in:
@@ -6,7 +6,7 @@ use Symfony\CS\FixerInterface;
|
||||
$config = Config::create()
|
||||
// use symfony level and extra fixers:
|
||||
->level(Symfony\CS\FixerInterface::SYMFONY_LEVEL)
|
||||
->fixers(array('-concat_without_spaces', 'concat_with_spaces', 'strict'))
|
||||
->fixers(array('align_double_arrow', '-concat_without_spaces', 'concat_with_spaces', 'ordered_use', 'strict'))
|
||||
->setUsingLinter(false);
|
||||
|
||||
$finder = $config->getFinder()
|
||||
|
||||
Reference in New Issue
Block a user