@@ -10,11 +10,11 @@ |
||
10 | 10 | /** |
11 | 11 | * Gets a single header from an existing email by name. |
12 | 12 | * |
13 | - * @param $headerName |
|
13 | + * @param string $headerName |
|
14 | 14 | * |
15 | 15 | * @param string $regex if this is set, value will be evaluated with the give regular expression. |
16 | 16 | * |
17 | - * @return null|string|array |
|
17 | + * @return string|null |
|
18 | 18 | */ |
19 | 19 | public function getHeader( $headerName, $regex = null ) |
20 | 20 | { |
@@ -156,6 +156,9 @@ |
||
156 | 156 | ]; |
157 | 157 | } |
158 | 158 | |
159 | + /** |
|
160 | + * @param string $string |
|
161 | + */ |
|
159 | 162 | public function config( $string = null, $email = null ) |
160 | 163 | { |
161 | 164 | $email = $email ?: $this->emailAddress; |