@@ -25,6 +25,9 @@ |
||
25 | 25 | |
26 | 26 | protected $createEntityCallback; |
27 | 27 | |
28 | + /** |
|
29 | + * @param \Closure $callback |
|
30 | + */ |
|
28 | 31 | public function __construct($repository, $callback) |
29 | 32 | { |
30 | 33 | $this->repository = $repository; |
@@ -74,7 +74,7 @@ |
||
74 | 74 | |
75 | 75 | /** |
76 | 76 | * @param ServiceLocatorInterface $serviceLocator |
77 | - * @return mixed |
|
77 | + * @return JobEventSubscriber |
|
78 | 78 | */ |
79 | 79 | static public function factory(ServiceLocatorInterface $serviceLocator) |
80 | 80 | { |
@@ -24,7 +24,7 @@ |
||
24 | 24 | |
25 | 25 | /** |
26 | 26 | * @param ServiceLocatorInterface $serviceLocator |
27 | - * @return mixed|Paginator |
|
27 | + * @return Paginator |
|
28 | 28 | */ |
29 | 29 | public function createService(ServiceLocatorInterface $serviceLocator) |
30 | 30 | { |