Completed
Push — master ( 2d3dcc...9dbdcf )
by Daniel
04:02
created
src/Services/Message/Attachment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
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 )
Please login to merge, or discard this patch.
src/Traits/HasHeaders.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,11 +10,11 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.