File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
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 @@ -43,12 +43,12 @@ public static function allProvider(): array
4343 ];
4444 }
4545
46- public static function transformProvider ()
46+ public static function transformProvider (): array
4747 {
4848 return self ::allProvider ();
4949 }
5050
51- public static function reverseTransformProvider ()
51+ public static function reverseTransformProvider (): array
5252 {
5353 return array_merge (self ::allProvider (), [
5454 // format without seconds, as appears in some browsers
@@ -126,7 +126,7 @@ public function testReverseTransformExpectsValidDateString($date)
126126 $ transformer ->reverseTransform ($ date );
127127 }
128128
129- public static function invalidDateStringProvider ()
129+ public static function invalidDateStringProvider (): array
130130 {
131131 return [
132132 'invalid month ' => ['2010-2010-01 ' ],
You can’t perform that action at this time.
0 commit comments