Completed
Push — master ( e4e1da...6cff59 )
by Rudie
01:52
created
src/IMAPMessage.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,8 @@  discard block
 block discarded – undo
32 32
 		}
33 33
 	}
34 34
 
35
-	/** @return bool|bool[] */
35
+	/** @param boolean $clear
36
+/** @return bool|bool[] */
36 37
 	protected function flags( $flags, $clear ) {
37 38
 		$cb = [$this->mailbox()->imap(), $clear ? 'unflag' : 'flag'];
38 39
 
@@ -79,7 +80,8 @@  discard block
 block discarded – undo
79 80
 		return $this->headers;
80 81
 	}
81 82
 
82
-	/** @return string */
83
+	/** @param string $name
84
+/** @return string */
83 85
 	public function header( $name ) {
84 86
 		$headers = $this->headers();
85 87
 		return @$headers[ strtolower($name) ];
Please login to merge, or discard this patch.