@@ -35,47 +35,47 @@ class Property extends \OpenApi\Attributes\Property
3535 * @param null|Attachable[] $attachables
3636 */
3737 public function __construct (
38- string $ property = null ,
38+ ? string $ property = null ,
3939 // schema
40- object |string $ ref = null ,
41- string $ schema = null ,
42- string $ title = null ,
43- string $ description = null ,
44- int $ maxProperties = null ,
45- int $ minProperties = null ,
46- array $ required = null ,
47- array $ properties = null ,
48- array |string $ type = null ,
49- string $ format = null ,
50- Items $ items = null ,
51- string $ collectionFormat = null ,
40+ null | object |string $ ref = null ,
41+ ? string $ schema = null ,
42+ ? string $ title = null ,
43+ ? string $ description = null ,
44+ ? int $ maxProperties = null ,
45+ ? int $ minProperties = null ,
46+ ? array $ required = null ,
47+ ? array $ properties = null ,
48+ null | array |string $ type = null ,
49+ ? string $ format = null ,
50+ ? Items $ items = null ,
51+ ? string $ collectionFormat = null ,
5252 mixed $ default = Generator::UNDEFINED ,
5353 $ maximum = null ,
54- bool |float |int $ exclusiveMaximum = null ,
54+ null | bool |float |int $ exclusiveMaximum = null ,
5555 $ minimum = null ,
56- bool |float |int $ exclusiveMinimum = null ,
57- int $ maxLength = null ,
58- int $ minLength = null ,
59- int $ maxItems = null ,
60- int $ minItems = null ,
61- bool $ uniqueItems = null ,
62- string $ pattern = null ,
63- array |string $ enum = null ,
64- Discriminator $ discriminator = null ,
65- bool $ readOnly = null ,
66- bool $ writeOnly = null ,
67- Xml $ xml = null ,
68- ExternalDocumentation $ externalDocs = null ,
56+ null | bool |float |int $ exclusiveMinimum = null ,
57+ ? int $ maxLength = null ,
58+ ? int $ minLength = null ,
59+ ? int $ maxItems = null ,
60+ ? int $ minItems = null ,
61+ ? bool $ uniqueItems = null ,
62+ ? string $ pattern = null ,
63+ null | array |string $ enum = null ,
64+ ? Discriminator $ discriminator = null ,
65+ ? bool $ readOnly = null ,
66+ ? bool $ writeOnly = null ,
67+ ? Xml $ xml = null ,
68+ ? ExternalDocumentation $ externalDocs = null ,
6969 mixed $ example = Generator::UNDEFINED ,
70- bool $ nullable = null ,
71- bool $ deprecated = null ,
72- array $ allOf = null ,
73- array $ anyOf = null ,
74- array $ oneOf = null ,
75- AdditionalProperties |bool $ additionalProperties = null ,
70+ ? bool $ nullable = null ,
71+ ? bool $ deprecated = null ,
72+ ? array $ allOf = null ,
73+ ? array $ anyOf = null ,
74+ ? array $ oneOf = null ,
75+ null | AdditionalProperties |bool $ additionalProperties = null ,
7676 // annotation
77- array $ x = null ,
78- array $ attachables = null ,
77+ ? array $ x = null ,
78+ ? array $ attachables = null ,
7979 ) {
8080 parent ::__construct (
8181 $ property ,
0 commit comments