We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
static
1 parent 26e42a1 commit 83ce4e1Copy full SHA for 83ce4e1
tests/dataProvider-error/GigasecondTest.php
@@ -37,7 +37,7 @@ public function dateSetup($date): DateTimeImmutable
37
return new DateTimeImmutable($date, $UTC);
38
}
39
40
- public function inputAndExpectedDates(): array
+ public static function inputAndExpectedDates(): array
41
{
42
return [
43
['2011-04-25', '2043-01-01 01:46:40'],
@@ -48,7 +48,7 @@ public function inputAndExpectedDates(): array
48
];
49
50
51
- public function inputDates(): array
+ public static function inputDates(): array
52
53
54
['2011-04-25'],
0 commit comments