Completed
Push — master ( 6f51c2...a1727f )
by Philippe
02:45
created
src/Message.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
     }
231 231
 
232 232
     /**
233
-     * @return string|null text body of the message
233
+     * @return string text body of the message
234 234
      * @since XXX
235 235
      */
236 236
     public function getTextBody()
@@ -248,7 +248,7 @@  discard block
 block discarded – undo
248 248
     }
249 249
 
250 250
     /**
251
-     * @return string|null html body of the message
251
+     * @return string html body of the message
252 252
      * @since XXX
253 253
      */
254 254
     public function getHtmlBody()
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
     }
318 318
 
319 319
     /**
320
-     * @return integer|null current templateId
320
+     * @return string current templateId
321 321
      * @since XXX
322 322
      */
323 323
     public function getTemplateId()
Please login to merge, or discard this patch.