Passed
Pull Request — master (#1)
by Zachary
03:45
created
src/TestEnum.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
     const TEST_2 = 'test2';
12 12
     const TEST_3 = 'test3';
13 13
 
14
-  	// This shouldn't get included in meta
14
+        // This shouldn't get included in meta
15 15
     private const NOT_INCLUDED = [
16
-    	'some' => 'value',
16
+        'some' => 'value',
17 17
     ];
18 18
 }
Please login to merge, or discard this patch.