File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ final class ApiProperty
28
28
* @param bool|null $writableLink https://api-platform.com/docs/core/serialization/#force-iri-with-relations-of-the-same-type-parentchilds-relations
29
29
* @param bool|null $required https://api-platform.com/docs/admin/validation/#client-side-validation
30
30
* @param bool|null $identifier https://api-platform.com/docs/core/identifiers/
31
- * @param string|null $default
32
31
* @param mixed $example https://api-platform.com/docs/core/openapi/#using-the-openapi-and-swagger-contexts
33
32
* @param string|null $deprecationReason https://api-platform.com/docs/core/deprecations/#deprecating-resource-classes-operations-and-properties
34
33
* @param bool|null $fetchEager https://api-platform.com/docs/core/performance/#eager-loading
@@ -50,7 +49,7 @@ public function __construct(
50
49
private ?bool $ writableLink = null ,
51
50
private ?bool $ required = null ,
52
51
private ?bool $ identifier = null ,
53
- private $ default = null ,
52
+ private mixed $ default = null ,
54
53
private mixed $ example = null ,
55
54
/**
56
55
* The `deprecationReason` option deprecates the current operation with a deprecation message.
You can’t perform that action at this time.
0 commit comments