File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Component/Form/Tests/Extension/Core/DataTransformer Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " >=8.1" ,
2020 "symfony/config" : " ^5.4|^6.0" ,
21- "symfony/framework-bundle" : " ^5.4|^6.0" ,
21+ "symfony/framework-bundle" : " ^5.4|^6.0,<6.4 " ,
2222 "symfony/http-kernel" : " ^6.3" ,
2323 "symfony/routing" : " ^5.4|^6.0" ,
2424 "symfony/twig-bundle" : " ^5.4|^6.0" ,
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