@@ -156,7 +156,7 @@ discard block |
||
156 | 156 | |
157 | 157 | /** |
158 | 158 | * @param string $eventName |
159 | - * @param mixed $receiver |
|
159 | + * @param \Closure $receiver |
|
160 | 160 | * @param integer $priority |
161 | 161 | * @return self |
162 | 162 | */ |
@@ -205,7 +205,7 @@ discard block |
||
205 | 205 | } |
206 | 206 | |
207 | 207 | /** |
208 | - * @param string $provider |
|
208 | + * @param ContainerProviderInterface $provider |
|
209 | 209 | * @return self |
210 | 210 | */ |
211 | 211 | public function hydrate(ContainerProviderInterface $provider) : Jarvis |
@@ -38,7 +38,7 @@ |
||
38 | 38 | /** |
39 | 39 | * @codeCoverageIgnore |
40 | 40 | * |
41 | - * @return Response|null |
|
41 | + * @return Response |
|
42 | 42 | */ |
43 | 43 | public function getResponse() |
44 | 44 | { |