Passed
Push — master ( 61a69a...b72cbf )
by Aimeos
29:15 queued 16:02
created
src/Base/Mail/Manager/Typo3.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,6 +41,6 @@
 block discarded – undo
41 41
 	 */
42 42
 	public function get( string $name ) : \Aimeos\Base\Mail\Iface
43 43
 	{
44
-        return new \Aimeos\Base\Mail\Typo3( $this->closure );
44
+		return new \Aimeos\Base\Mail\Typo3( $this->closure );
45 45
 	}
46 46
 }
Please login to merge, or discard this patch.