Passed
Push — master ( 61d761...1f914d )
by Aimeos
30:33 queued 25:36
created
src/Base/View/Helper/Request/Symfony.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,8 +115,7 @@
 block discarded – undo
115 115
 					$value->getClientOriginalName(),
116 116
 					$value->getClientMimeType()
117 117
 				);
118
-			}
119
-			elseif( is_array( $value ) )
118
+			} elseif( is_array( $value ) )
120 119
 			{
121 120
 				$list[$key] = $this->getFiles( $value );
122 121
 			}
Please login to merge, or discard this patch.