@@ -39,6 +39,7 @@ discard block |
||
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 |
||
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 |
@@ -12,7 +12,6 @@ |
||
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 | /** |