Passed
Push — master ( e06041...72e29c )
by Aimeos
02:35
created
src/Mail/Manager/None.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 	 * @throws \Aimeos\Base\Mail\Exception If an error occurs
28 28
 	 */
29 29
 	public function get( string $name = null ) : \Aimeos\Base\Mail\Iface
30
-    {
31
-        return new \Aimeos\Base\Mail\None();
32
-    }
30
+	{
31
+		return new \Aimeos\Base\Mail\None();
32
+	}
33 33
 }
Please login to merge, or discard this patch.