Passed
Branch scrutinizer_complaint (bc9618)
by Donald
02:48
created
test/Chekote/NounStore/Key/GetOrdinalTest.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -19,11 +19,11 @@  discard block
 block discarded – undo
19 19
     public function successScenariosDataProvider()
20 20
     {
21 21
         return [
22
-            [0,   'th'], [1,   'st'], [2,   'nd'], [3,   'rd'],
23
-            [4,   'th'], [5,   'th'], [6,   'th'], [7,   'th'],
24
-            [8,   'th'], [9,   'th'], [10,  'th'], [11,  'th'],
25
-            [12,  'th'], [13,  'th'], [14,  'th'], [21,  'st'],
26
-            [22,  'nd'], [23,  'rd'], [24,  'th'], [101, 'st'],
22
+            [0, 'th'], [1, 'st'], [2, 'nd'], [3, 'rd'],
23
+            [4, 'th'], [5, 'th'], [6, 'th'], [7, 'th'],
24
+            [8, 'th'], [9, 'th'], [10, 'th'], [11, 'th'],
25
+            [12, 'th'], [13, 'th'], [14, 'th'], [21, 'st'],
26
+            [22, 'nd'], [23, 'rd'], [24, 'th'], [101, 'st'],
27 27
             [102, 'nd'], [103, 'rd'], [104, 'th'],
28 28
         ];
29 29
     }
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     {
33 33
         return [
34 34
         //   nth  exception class                  exception message
35
-            [-1,  InvalidArgumentException::class, '$nth must be a positive number'],
35
+            [-1, InvalidArgumentException::class, '$nth must be a positive number'],
36 36
         ];
37 37
     }
38 38
 
Please login to merge, or discard this patch.