Completed
Branch master (2d3dcc)
by Daniel
02:12
created
src/Services/Message/Mail.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@
 block discarded – undo
170 170
 	}
171 171
 
172 172
 	/**
173
-	 * @return int
173
+	 * @return boolean
174 174
 	 */
175 175
 	public function hasAttachments()
176 176
 	{
Please login to merge, or discard this patch.
src/Traits/Replyable.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -108,6 +108,9 @@
 block discarded – undo
108 108
 		return $body;
109 109
 	}
110 110
 
111
+	/**
112
+	 * @param string $header
113
+	 */
111 114
 	public function setHeader( $header, $value )
112 115
 	{
113 116
 		$headers = $this->swiftMessage->getHeaders();
Please login to merge, or discard this patch.