Passed
Push — master ( fa9b37...f0273c )
by Paul
11:22 queued 05:25
created
src/PostType/Archive.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 class Archive extends Settings
11 11
 {
12
-	CONST ID = 'archives';
12
+	const ID = 'archives';
13 13
 
14 14
 	const CAPABILITY = 'edit_others_posts';
15 15
 	const DEPENDENCY = '';
Please login to merge, or discard this patch.