]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/recipient/class_Recipient.php
Try to assert on all virtual recipients
[hub.git] / application / hub / interfaces / recipient / class_Recipient.php
index 96e779665167ea6ae104b620de2c96f95ce9dd3a..6d77256cc83cff97fc9ec7f7a0377bb218fb5c6e 100644 (file)
@@ -29,7 +29,7 @@ interface Recipient extends FrameworkInterface {
         * @param       $recipient              Recipient to resolve (e.g. could be a virtual recipient or direct session id)
         * @param       $listInstance   An instance of a Listable class
         * @return      $resolved               Resolved recipient or VOID if only the set list has been filled
-        * @throws      FrameworkException      Could throw different exceptions back depending on implementation
+        * @throws      FrameworkException      Could throw different exceptions depending on implementation
         */
        function resolveRecipient ($recipient, Listable $listInstance);
 }