Completed
Push — 2016.03 ( 520835...3004ab )
by Aimeos
03:10 queued 01:28
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.