@@ -44,7 +44,7 @@ |
||
44 | 44 | /** |
45 | 45 | * Attachment constructor. |
46 | 46 | * |
47 | - * @param $singleMessageId |
|
47 | + * @param string $singleMessageId |
|
48 | 48 | * @param \Google_Service_Gmail_MessagePart $part |
49 | 49 | */ |
50 | 50 | public function __construct( $singleMessageId, \Google_Service_Gmail_MessagePart $part ) |
@@ -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 | { |