Completed
Push — master ( e9a8da...56e551 )
by Marc
09:18
created
Classes/Famelo/Messaging/Transport/DebugTransport.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -73,6 +73,9 @@
 block discarded – undo
73 73
 		return count((array)$message->getTo()) + count((array)$message->getCc()) + count((array)$message->getBcc());
74 74
 	}
75 75
 
76
+	/**
77
+	 * @param string $email
78
+	 */
76 79
 	public static function getEmails($email) {
77 80
 		$filepath = FLOW_PATH_DATA . '/Messages/';
78 81
 		$mailboxPath =  $filepath . '/' . $email . '/';
Please login to merge, or discard this patch.