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.
1 parent 1ad87a5 commit 82a9e03Copy full SHA for 82a9e03
tests/SerdeTestCases.php
@@ -459,7 +459,7 @@ public static function union_types_examples(): iterable
459
460
#[Test]
461
#[DataProvider('compound_types_examples')]
462
- #[RequiresPhp('>=8.2')]
+ #[RequiresPhp('>= 8.2.0')]
463
public function round_trip_php82(object $data, string $name): void
464
{
465
$s = new SerdeCommon(formatters: $this->formatters);
0 commit comments