Passed
Push — master ( d73353...001bdc )
by Aimeos
18:49 queued 06:32
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.
src/Base/Mail/Manager/Symfony.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,6 +42,6 @@
 block discarded – undo
42 42
 	 */
43 43
 	public function get( string $name ) : \Aimeos\Base\Mail\Iface
44 44
 	{
45
-        return new \Aimeos\Base\Mail\Symfony( $this->closure );
45
+		return new \Aimeos\Base\Mail\Symfony( $this->closure );
46 46
 	}
47 47
 }
Please login to merge, or discard this patch.