@@ -110,6 +110,7 @@ |
||
| 110 | 110 | |
| 111 | 111 | /** |
| 112 | 112 | * {@inheritdoc} |
| 113 | + * @param string $value |
|
| 113 | 114 | */ |
| 114 | 115 | public function authInfo($type, $value) |
| 115 | 116 | { |
@@ -48,6 +48,11 @@ |
||
| 48 | 48 | |
| 49 | 49 | /** |
| 50 | 50 | * Constructor. |
| 51 | + * @param string $groups |
|
| 52 | + * @param string $subject |
|
| 53 | + * @param string $body |
|
| 54 | + * @param string $from |
|
| 55 | + * @param string|null $headers |
|
| 51 | 56 | */ |
| 52 | 57 | public function __construct($groups, $subject, $body, $from, $headers) |
| 53 | 58 | { |