You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix the phpdoc of the RequestContext
* Generate valid phpdoc param tags
When an array shape key starts with a `@` like `@region`, it must be
quoted in the phpdoc as the unquoted one would be interpreted as the
next phpdoc tag.
* Use an unsealed shape for the type in Input
This avoids reports about passing extra keys from child classes in
Psalm.
* Allow passing null as the region in the input
The base input class already accept null values in addition to omitted
values for the region.
* Update the psalm baseline
* Disallow invalid docblocks in Psalm as well
0 commit comments