File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ public function getDeprecated(): bool
53
53
return $ this ->deprecated ;
54
54
}
55
55
56
- public function canAllowEmptyValue (): bool
56
+ public function canAllowEmptyValue (): ? bool
57
57
{
58
58
return $ this ->allowEmptyValue ;
59
59
}
60
60
61
- public function getAllowEmptyValue (): bool
61
+ public function getAllowEmptyValue (): ? bool
62
62
{
63
63
return $ this ->allowEmptyValue ;
64
64
}
@@ -83,12 +83,12 @@ public function getExplode(): bool
83
83
return $ this ->explode ;
84
84
}
85
85
86
- public function canAllowReserved (): bool
86
+ public function canAllowReserved (): ? bool
87
87
{
88
88
return $ this ->allowReserved ;
89
89
}
90
90
91
- public function getAllowReserved (): bool
91
+ public function getAllowReserved (): ? bool
92
92
{
93
93
return $ this ->allowReserved ;
94
94
}
You can’t perform that action at this time.
0 commit comments