Passed
Pull Request — 2.0 (#28)
by Donald
03:23 queued 01:40
created
test/Chekote/NounStore/Key/ResolveIndexTest.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -31,12 +31,12 @@  discard block
 block discarded – undo
31 31
     {
32 32
         return [
33 33
         //   index, nth
34
-            [    1,   0],
35
-            [    1,   1],
36
-            [    1,   5],
37
-            [    4,   0],
38
-            [    4,   4],
39
-            [    4,  10],
34
+            [1, 0],
35
+            [1, 1],
36
+            [1, 5],
37
+            [4, 0],
38
+            [4, 4],
39
+            [4, 10],
40 40
         ];
41 41
     }
42 42
 
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     public function invalidNthDataProvider()
61 61
     {
62 62
         return [
63
-            [  0],
63
+            [0],
64 64
             [ -1],
65 65
             [ -4],
66 66
             [-10],
@@ -86,10 +86,10 @@  discard block
 block discarded – undo
86 86
     {
87 87
         return [
88 88
         //   index, nth
89
-            [    0,   1],
90
-            [   10,  11],
91
-            [  100, 101],
92
-            [ null,  50],
89
+            [0, 1],
90
+            [10, 11],
91
+            [100, 101],
92
+            [null, 50],
93 93
         ];
94 94
     }
95 95
 
Please login to merge, or discard this patch.