@@ -10,23 +10,23 @@ discard block |
||
10 | 10 | { |
11 | 11 | public static $successScenarioDataProvider = [ |
12 | 12 | // nth expected |
13 | - [0, 'th'], |
|
14 | - [1, 'st'], |
|
15 | - [2, 'nd'], |
|
16 | - [3, 'rd'], |
|
17 | - [4, 'th'], |
|
18 | - [5, 'th'], |
|
19 | - [6, 'th'], |
|
20 | - [7, 'th'], |
|
21 | - [8, 'th'], |
|
22 | - [9, 'th'], |
|
23 | - [11, 'th'], |
|
24 | - [12, 'th'], |
|
25 | - [13, 'th'], |
|
26 | - [21, 'st'], |
|
27 | - [22, 'nd'], |
|
28 | - [23, 'rd'], |
|
29 | - [24, 'th'], |
|
13 | + [0, 'th'], |
|
14 | + [1, 'st'], |
|
15 | + [2, 'nd'], |
|
16 | + [3, 'rd'], |
|
17 | + [4, 'th'], |
|
18 | + [5, 'th'], |
|
19 | + [6, 'th'], |
|
20 | + [7, 'th'], |
|
21 | + [8, 'th'], |
|
22 | + [9, 'th'], |
|
23 | + [11, 'th'], |
|
24 | + [12, 'th'], |
|
25 | + [13, 'th'], |
|
26 | + [21, 'st'], |
|
27 | + [22, 'nd'], |
|
28 | + [23, 'rd'], |
|
29 | + [24, 'th'], |
|
30 | 30 | ]; |
31 | 31 | |
32 | 32 | public function setUp() |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | { |
47 | 47 | return [ |
48 | 48 | // nth exception class exception message |
49 | - [-1, InvalidArgumentException::class, '$nth must be a positive number'], |
|
49 | + [-1, InvalidArgumentException::class, '$nth must be a positive number'], |
|
50 | 50 | ]; |
51 | 51 | } |
52 | 52 |