Completed
Push — master ( e9a8da...56e551 )
by Marc
09:18
created
Classes/Famelo/Messaging/Message.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
  *                                                                        */
13 13
 
14 14
 use TYPO3\Flow\Annotations as Flow;
15
-use TYPO3\Flow\Mvc\ActionRequest;
16 15
 use TYPO3\Flow\Reflection\ObjectAccess;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
Classes/Famelo/Messaging/Transport/DebugTransport.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
  * The TYPO3 project - inspiring people to share!                         *
12 12
  *                                                                        */
13 13
 
14
-use TYPO3\Flow\Annotations as Flow;
15 14
 use TYPO3\Flow\Utility\Files;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.