Passed
Branch 2.0 (389337)
by Donald
02:14
created
test/Chekote/NounStore/Key/GetOrdinalTest.php 1 patch
Spacing   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -20,23 +20,23 @@  discard block
 block discarded – undo
20 20
     {
21 21
         return [
22 22
             //   nth  expected
23
-            [0,   'th'],
24
-            [1,   'st'],
25
-            [2,   'nd'],
26
-            [3,   'rd'],
27
-            [4,   'th'],
28
-            [5,   'th'],
29
-            [6,   'th'],
30
-            [7,   'th'],
31
-            [8,   'th'],
32
-            [9,   'th'],
33
-            [11,  'th'],
34
-            [12,  'th'],
35
-            [13,  'th'],
36
-            [21,  'st'],
37
-            [22,  'nd'],
38
-            [23,  'rd'],
39
-            [24,  'th'],
23
+            [0, 'th'],
24
+            [1, 'st'],
25
+            [2, 'nd'],
26
+            [3, 'rd'],
27
+            [4, 'th'],
28
+            [5, 'th'],
29
+            [6, 'th'],
30
+            [7, 'th'],
31
+            [8, 'th'],
32
+            [9, 'th'],
33
+            [11, 'th'],
34
+            [12, 'th'],
35
+            [13, 'th'],
36
+            [21, 'st'],
37
+            [22, 'nd'],
38
+            [23, 'rd'],
39
+            [24, 'th'],
40 40
         ];
41 41
     }
42 42
 
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
     {
45 45
         return [
46 46
         //   nth  exception class                  exception message
47
-            [-1,  InvalidArgumentException::class, '$nth must be a positive number'],
47
+            [-1, InvalidArgumentException::class, '$nth must be a positive number'],
48 48
         ];
49 49
     }
50 50
 
Please login to merge, or discard this patch.