Passed
Push — master ( 7a763f...a1f9a5 )
by Aimeos
04:33
created
src/AimeosShopBundle.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 block discarded – undo
13 13
 
14 14
 class AimeosShopBundle extends Bundle
15 15
 {
16
-    public function getPath(): string
17
-    {
18
-        return dirname( __DIR__ );
19
-    }
16
+	public function getPath(): string
17
+	{
18
+		return dirname( __DIR__ );
19
+	}
20 20
 }
Please login to merge, or discard this patch.