Passed
Push — develop ( 5e8f92...83d763 )
by Paul
03:00
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
 	/**
18 18
 	 * {@inheritdoc}
Please login to merge, or discard this patch.