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
{{ message }}
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
At the moment to denote that some type is array of sth we have to use array() or array notation, so complex types annotation becomes array(foo), array(foo|native_object(bar)), which could be improved and cleaned up by using [] notation: [] (which is effectively the same as any[]), foo[], foo[]|bar[], (foo|bar)[] and so on.