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
It's annoying and surprising to have to type @param string|null instead of @param ?string.
Checking if the first character of a type is ? and stripping that (and adding null) may be the quickest workaround, not sure if upgrading dependencies would help.
It's annoying and surprising to have to type
@param string|null
instead of@param ?string
.Checking if the first character of a type is
?
and stripping that (and adding null) may be the quickest workaround, not sure if upgrading dependencies would help.https://github.com/phpDocumentor/TypeResolver/ issue 31 seems related, phpdocumentor2 (project) does parse these.
The text was updated successfully, but these errors were encountered: