Completed
Push — dev-master ( c1c7c7...231c30 )
by Vijay
07:08
created
system/vendor/swift/Swift.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -328,6 +328,7 @@
 block discarded – undo
328 328
    * @param Swift_Message The message to send.  This does not need to (and shouldn't really) have any of the recipient headers set.
329 329
    * @param mixed The recipients to send to.  Can be a string, Swift_Address or Swift_RecipientList. Note that all addresses apart from Bcc recipients will appear in the message headers
330 330
    * @param mixed The address to send the message from.  Can either be a string or an instance of Swift_Address.
331
+   * @param Swift_Address $from
331 332
    * @return int The number of successful recipients
332 333
    * @throws Swift_ConnectionException If sending fails for any reason.
333 334
    */
Please login to merge, or discard this patch.