zephir icon indicating copy to clipboard operation
zephir copied to clipboard

[NFR]: Multiple parameter and return types

Open noone-silent opened this issue 1 month ago • 2 comments

Allow multiple class return types:

test() -> <Model> | <Row> | null
// or
test() -> <Model | Row> | null

Allow multiple parameter types:

test(array | null data) -> void

noone-silent avatar May 10 '24 00:05 noone-silent