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
When using an html tag as the first part of the desciprtion of the @return statement, PHPStan returns the error PHPDoc tag @return contains unresolvable type.:
* @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
This only occurs with the characters < and & as the first char of the description. All other cases I tested worked out fine.