Passed
Push — master ( d73353...001bdc )
by Aimeos
18:49 queued 06:32
created
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.