@@ -18,6 +18,7 @@ |
||
18 | 18 | /** |
19 | 19 | * @inheritDoc |
20 | 20 | * @param ArgumentResolverException $previous |
21 | + * @param string $entryId |
|
21 | 22 | */ |
22 | 23 | public function __construct($entryId, array $referenceChain, ArgumentResolverException $previous) |
23 | 24 | { |
@@ -25,7 +25,7 @@ |
||
25 | 25 | /** |
26 | 26 | * ErrorHandlerLogger constructor. |
27 | 27 | * |
28 | - * @param LoggerInterface $logger |
|
28 | + * @param \Psr\Log\LoggerInterface $logger |
|
29 | 29 | */ |
30 | 30 | public function __construct(LoggerInterface $logger) |
31 | 31 | { |
@@ -43,7 +43,7 @@ |
||
43 | 43 | |
44 | 44 | /** |
45 | 45 | * @param \Swift_Events_EventObject $evt |
46 | - * @param $target |
|
46 | + * @param string $target |
|
47 | 47 | * @return string |
48 | 48 | */ |
49 | 49 | protected function normalizeEventName(Swift_Events_EventObject $evt, $target) |
@@ -223,7 +223,7 @@ |
||
223 | 223 | /** |
224 | 224 | * Returns proper transport closure factory |
225 | 225 | * |
226 | - * @param $transportName |
|
226 | + * @param string $transportName |
|
227 | 227 | * @return \Closure |
228 | 228 | */ |
229 | 229 | protected function getTransport($transportName) |