You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -609,15 +611,17 @@ public static function deserializesWithAnExceptionProvider(): iterable
609
611
JSON,
610
612
];
611
613
612
-
yield'array of DateTime #1' => [
613
-
newCollectionItemMappingException(0, newDateMalformedStringException('Failed to parse time string (2020 dasd) at position 5 (d): The timezone could not be found in the database')),
614
-
PrimitiveType::array(
615
-
newNamedType(DateTime::class)
616
-
),
617
-
<<<'JSON'
614
+
if (version_compare(PHP_VERSION, '8.3', '>=')) {
615
+
yield'array of DateTime #1' => [
616
+
newCollectionItemMappingException(0, newDateMalformedStringException('Failed to parse time string (2020 dasd) at position 5 (d): The timezone could not be found in the database')),
0 commit comments