@@ -83,8 +83,6 @@ final class ApiProperty
83
83
private $ securityPostDenormalize ;
84
84
85
85
/**
86
- * The RDF types of this property.
87
- *
88
86
* @var string[]
89
87
*/
90
88
private $ types ;
@@ -108,21 +106,21 @@ final class ApiProperty
108
106
* @param string $description
109
107
* @param bool $readable
110
108
* @param bool $writable
111
- * @param bool $readableLink
112
- * @param bool $writableLink
113
- * @param bool $required
114
- * @param bool $identifier
109
+ * @param bool $readableLink https://api-platform.com/docs/core/serialization/#force-iri-with-relations-of-the-same-type-parentchilds-relations
110
+ * @param bool $writableLink https://api-platform.com/docs/core/serialization/#force-iri-with-relations-of-the-same-type-parentchilds-relations
111
+ * @param bool $required https://api-platform.com/docs/admin/validation/#client-side-validation
112
+ * @param bool $identifier https://api-platform.com/docs/core/identifiers/
115
113
* @param string|int|float|bool|array $default
116
- * @param string|int|float|bool|array $example
117
- * @param string $deprecationReason
114
+ * @param string|int|float|bool|array $example https://api-platform.com/docs/core/openapi/#using-the-openapi-and-swagger-contexts
115
+ * @param string $deprecationReason https://api-platform.com/docs/core/deprecations/#deprecating-resource-classes-operations-and-properties
118
116
* @param bool $fetchable
119
- * @param bool $fetchEager
120
- * @param array $jsonldContext
121
- * @param array $openapiContext
122
- * @param bool $push
123
- * @param string $security
124
- * @param string $securityPostDenormalize
125
- * @param string[]|string $types
117
+ * @param bool $fetchEager https://api-platform.com/docs/core/performance/#eager-loading
118
+ * @param array $jsonldContext https://api-platform.com/docs/core/extending-jsonld-context/#extending-json-ld-and-hydra-contexts
119
+ * @param array $openapiContext https://api-platform.com/docs/core/openapi/#using-the-openapi-and-swagger-contexts
120
+ * @param bool $push https://api-platform.com/docs/core/push-relations/
121
+ * @param string $security https://api-platform.com/docs/core/security
122
+ * @param string $securityPostDenormalize https://api-platform.com/docs/core/security/#executing-access-control-rules-after-denormalization
123
+ * @param string[]|string $types the RDF types of this property
126
124
*/
127
125
public function __construct (
128
126
?string $ description = null ,
0 commit comments