Passed
Push — develop ( 51995c...e6e477 )
by Paul
02:51
created
src/PostType/Archive.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 	/**
13 13
 	 * @var string
14 14
 	 */
15
-	CONST ID = 'archives';
15
+	const ID = 'archives';
16 16
 
17 17
 	public static $current;
18 18
 
Please login to merge, or discard this patch.