Skip to content

Commit 07832f6

Browse files
committed
style fix
1 parent 5bfdb28 commit 07832f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/ProfilerExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private function registerDebugPlugin(ContainerBuilder $container, $name)
5858
$serviceIdDebugPlugin = $name.'.debug_plugin';
5959
$container->register($serviceIdDebugPlugin, DebugPlugin::class)
6060
->addArgument(new Reference('httplug.collector.debug_collector'))
61-
->addArgument(substr($name, strrpos($name, '.')+1))
61+
->addArgument(substr($name, strrpos($name, '.') + 1))
6262
->setPublic(false);
6363

6464
return $serviceIdDebugPlugin;

0 commit comments

Comments
 (0)