Completed
Push — master ( 6ab567...d0b6a1 )
by Aimeos
02:08
created
lib/custom/src/MW/View/Helper/Request/Typo3.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,6 +39,7 @@  discard block
 block discarded – undo
39 39
 	 * @param array $post List of uploaded files like in $_POST
40 40
 	 * @param array $cookies List of uploaded files like in $_COOKIES
41 41
 	 * @param array $server List of uploaded files like in $_SERVER
42
+	 * @param integer $target
42 43
 	 */
43 44
 	public function __construct( \Aimeos\MW\View\Iface $view, $target = null, array $files = array(),
44 45
 		array $query = array(), array $post = array(), array $cookies = array(), array $server = array() )
@@ -77,7 +78,6 @@  discard block
 block discarded – undo
77 78
 	/**
78 79
 	 * Creates a PSR-7 compatible request
79 80
 	 *
80
-	 * @param \TYPO3\Flow\Http\Request $nativeRequest Flow request object
81 81
 	 * @param array $files List of uploaded files like in $_FILES
82 82
 	 * @param array $query List of uploaded files like in $_GET
83 83
 	 * @param array $post List of uploaded files like in $_POST
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use Zend\Diactoros\ServerRequestFactory;
14 14
 use Zend\Diactoros\ServerRequest;
15
-use Zend\Diactoros\Stream;
16 15
 
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
lib/custom/src/MW/Mail/Typo3.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@  discard block
 block discarded – undo
25 25
 	/**
26 26
 	 * Initializes the instance of the class.
27 27
 	 *
28
-	 * @param \TYPO3\CMS\Core\Mail\MailMessage $object TYPO3 mail object
29 28
 	 */
30 29
 	public function __construct( \Closure $closure )
31 30
 	{
@@ -49,7 +48,7 @@  discard block
 block discarded – undo
49 48
 	/**
50 49
 	 * Sends the e-mail message to the mail server.
51 50
 	 *
52
-	 * @param \Aimeos\MW\Mail\Message\Iface $message E-mail message object
51
+	 * @param Message\Typo3 $message E-mail message object
53 52
 	 */
54 53
 	public function send( \Aimeos\MW\Mail\Message\Iface $message )
55 54
 	{
Please login to merge, or discard this patch.