@@ -822,7 +822,7 @@ public function onEntireEntityUpdated($oldValue)
822822 self ::assertNull ($ object ->string );
823823 })
824824 ;
825- }, 80100 ];
825+ }];
826826
827827 yield 'Enum: (de)hydrates correctly ' => [function () {
828828 return HydrationTest::create (new class {
@@ -841,7 +841,7 @@ public function onEntireEntityUpdated($oldValue)
841841 self ::assertSame ('active ' , $ object ->string ->value );
842842 })
843843 ;
844- }, 80100 ];
844+ }];
845845
846846 yield 'Enum: writable enums can be changed ' => [function () {
847847 return HydrationTest::create (new class {
@@ -854,7 +854,7 @@ public function onEntireEntityUpdated($oldValue)
854854 self ::assertSame (1 , $ object ->int ->value );
855855 })
856856 ;
857- }, 80100 ];
857+ }];
858858
859859 yield 'Enum: null-like enum values are handled correctly ' => [function () {
860860 return HydrationTest::create (new class {
@@ -884,7 +884,7 @@ public function onEntireEntityUpdated($oldValue)
884884 self ::assertSame (EmptyStringEnum::EMPTY , $ object ->emptyString );
885885 })
886886 ;
887- }, 80100 ];
887+ }];
888888
889889 yield 'Enum: nullable enum with invalid value sets to null ' => [function () {
890890 return HydrationTest::create (new class {
@@ -898,7 +898,7 @@ public function onEntireEntityUpdated($oldValue)
898898 self ::assertNull ($ object ->int );
899899 })
900900 ;
901- }, 80100 ];
901+ }];
902902
903903 yield 'Object: (de)hydrates DTO correctly ' => [function () {
904904 return HydrationTest::create (new class {
@@ -1612,7 +1612,7 @@ public static function provideInvalidHydrationTests(): iterable
16121612 // non-nullable change is rejected (1=LOW)
16131613 self ::assertSame (1 , $ object ->nonNullableInt ->value );
16141614 });
1615- }, 80100 ];
1615+ }];
16161616
16171617 yield 'writable_path_with_type_problem_ignored ' => [function () {
16181618 return HydrationTest::create (new class {
0 commit comments