Passed
Push — master ( 66430f...e01859 )
by Aimeos
18:22 queued 16:04
created
src/Controller/Frontend/Catalog/Iface.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 interface Iface
21 21
 {
22 22
 	public const ONE = 1;
23
-	public const LIST = 2;
23
+	public const list = 2;
24 24
 	public const TREE = 3;
25 25
 
26 26
 	/**
Please login to merge, or discard this patch.
src/Controller/Frontend/Site/Iface.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 interface Iface
21 21
 {
22 22
 	public const ONE = 1;
23
-	public const LIST = 2;
23
+	public const list = 2;
24 24
 	public const TREE = 3;
25 25
 
26 26
 	/**
Please login to merge, or discard this patch.