Skip to content
Snippets Groups Projects

Resolve #3477001 "Fix the issues reported by phpcodesniffer"

Files

@@ -15,6 +15,7 @@ class LazyServiceSubscriber implements EventSubscriberInterface {
public function __construct(myLazyInterface $mylazy) {
$this->mylazy = $mylazy;
}
/**
* Kernel request event handler.
*
Loading