File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ public static function allProvider(): array
49
49
];
50
50
}
51
51
52
- public static function transformProvider ()
52
+ public static function transformProvider (): array
53
53
{
54
54
return self ::allProvider ();
55
55
}
56
56
57
- public static function reverseTransformProvider ()
57
+ public static function reverseTransformProvider (): array
58
58
{
59
59
return array_merge (self ::allProvider (), [
60
60
// format without seconds, as appears in some browsers
@@ -132,7 +132,7 @@ public function testReverseTransformExpectsValidDateString($date)
132
132
$ transformer ->reverseTransform ($ date );
133
133
}
134
134
135
- public static function invalidDateStringProvider ()
135
+ public static function invalidDateStringProvider (): array
136
136
{
137
137
return [
138
138
'invalid month ' => ['2010-2010-01 ' ],
You can’t perform that action at this time.
0 commit comments