mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-11-17 23:38:45 +00:00
Fix CS issues
This commit is contained in:
parent
5eedcbb99e
commit
2f71ff8bda
5 changed files with 8 additions and 7 deletions
|
|
@ -11,7 +11,8 @@ class CommandCompilerClass implements CompilerPassInterface
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function process(ContainerBuilder $container) {
|
||||
public function process(ContainerBuilder $container)
|
||||
{
|
||||
$definition = $container->findDefinition('app.cli');
|
||||
$taggedServices = $container->findTaggedServiceIds('ConsoleCommand');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue