@@ -69,15 +69,6 @@ public static function providerEnumItemsJson(): iterable
6969 '@context ' => '/contexts/Availability ' ,
7070 '@id ' => '/availabilities/ ' .$ case ->value ,
7171 '@type ' => 'Availability ' ,
72- 'operation ' => [
73- [
74- '@type ' => ['hydra:Operation ' , 'schema:FindAction ' ],
75- 'hydra:method ' => 'GET ' ,
76- 'hydra:title ' => 'getAvailability ' ,
77- 'hydra:description ' => 'Retrieves a Availability resource. ' ,
78- 'returns ' => 'Availability ' ,
79- ],
80- ],
8172 'value ' => $ case ->value ,
8273 ]];
8374 }
@@ -109,15 +100,6 @@ public static function providerEnumItemsJson(): iterable
109100 '@context ' => '/contexts/AvailabilityStatus ' ,
110101 '@id ' => '/availability_statuses/ ' .$ case ->value ,
111102 '@type ' => 'AvailabilityStatus ' ,
112- 'operation ' => [
113- [
114- '@type ' => ['hydra:Operation ' , 'schema:FindAction ' ],
115- 'hydra:method ' => 'GET ' ,
116- 'hydra:title ' => 'getAvailabilityStatus ' ,
117- 'hydra:description ' => 'Retrieves a AvailabilityStatus resource. ' ,
118- 'returns ' => 'AvailabilityStatus ' ,
119- ],
120- ],
121103 'value ' => $ case ->value ,
122104 ]];
123105 }
@@ -475,15 +457,6 @@ public static function providerItem(): iterable
475457 '@context ' => '/contexts/BackedEnumIntegerResource ' ,
476458 '@id ' => '/backed_enum_integer_resources/1 ' ,
477459 '@type ' => 'BackedEnumIntegerResource ' ,
478- 'operation ' => [
479- [
480- '@type ' => ['hydra:Operation ' , 'schema:FindAction ' ],
481- 'hydra:method ' => 'GET ' ,
482- 'hydra:title ' => 'getBackedEnumIntegerResource ' ,
483- 'hydra:description ' => 'Retrieves a BackedEnumIntegerResource resource. ' ,
484- 'returns ' => 'BackedEnumIntegerResource ' ,
485- ],
486- ],
487460 'name ' => 'Yes ' ,
488461 'value ' => 1 ,
489462 'description ' => 'We say yes ' ,
0 commit comments