Completed
Push — master ( 5522c4...befaf7 )
by Aimeos
03:01
created
lib/custom/src/MW/View/Helper/Request/Flow.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -32,9 +32,9 @@  discard block
 block discarded – undo
32 32
 	 * @param \TYPO3\Flow\Http\Request $request Flow request object
33 33
 	 * @param array $files Uploaded files from $_FILES
34 34
 	 */
35
-	public function __construct( \Aimeos\MW\View\Iface $view, \TYPO3\Flow\Http\Request $request, array $files )
35
+	public function __construct(\Aimeos\MW\View\Iface $view, \TYPO3\Flow\Http\Request $request, array $files)
36 36
 	{
37
-		\Aimeos\MW\View\Helper\Base::__construct( $view );
37
+		\Aimeos\MW\View\Helper\Base::__construct($view);
38 38
 
39 39
 		$this->request = $request;
40 40
 		$this->files = $files;
@@ -101,8 +101,8 @@  discard block
 block discarded – undo
101 101
 	{
102 102
 		$list = array();
103 103
 
104
-		foreach( $this->files as $name => $array ) {
105
-			$list[$name] = $this->createUploadedFiles( $array );
104
+		foreach ($this->files as $name => $array) {
105
+			$list[$name] = $this->createUploadedFiles($array);
106 106
 		}
107 107
 
108 108
 		return $list;
Please login to merge, or discard this patch.