Skip to content

Commit 7c87c94

Browse files
committed
phpdocblock update to improve handling
1 parent 2bf951c commit 7c87c94

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Plugin.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ public static function getHooks() {
5454
* @param \Symfony\Component\EventDispatcher\GenericEvent $event
5555
*/
5656
public static function loadProcessing(GenericEvent $event) {
57+
/**
58+
* @var \ServiceHandler $service
59+
*/
5760
$service = $event->getSubject();
5861
$service->setModule(self::$module)
5962
->setActivationStatuses(['pending', 'pendapproval', 'active'])

0 commit comments

Comments
 (0)