Passed
Push — develop ( f91847...084281 )
by Paul
03:07
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 $hooks = [];
18 18
 
Please login to merge, or discard this patch.