Passed
Push — develop ( e448bf...f6f336 )
by Paul
03:05
created
src/Settings/Settings.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 	/**
16 16
 	 * @var string
17 17
 	 */
18
-	CONST ID = 'pollux_settings';
18
+	const ID = 'pollux_settings';
19 19
 
20 20
 	/**
21 21
 	 * @var string
Please login to merge, or discard this patch.
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 = 'pollux_archives';
15
+	const ID = 'pollux_archives';
16 16
 
17 17
 	/**
18 18
 	 * {@inheritdoc}
Please login to merge, or discard this patch.