@@ -44,6 +44,9 @@ |
||
44 | 44 | return $engine; |
45 | 45 | } |
46 | 46 | |
47 | + /** |
|
48 | + * @param string $serviceName |
|
49 | + */ |
|
47 | 50 | private function loadService(ServiceLocatorInterface $serviceLocator, $config, $serviceName) |
48 | 51 | { |
49 | 52 | if (!array_key_exists($serviceName, $config)) { |
@@ -41,6 +41,9 @@ |
||
41 | 41 | */ |
42 | 42 | private $priority; |
43 | 43 | |
44 | + /** |
|
45 | + * @param callable $callback |
|
46 | + */ |
|
44 | 47 | public function __construct(EventManagerInterface $eventManager, $identifier, $eventName, $callback, $priority) |
45 | 48 | { |
46 | 49 | $this->eventManager = $eventManager; |