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
As discussed with @sebastianbergmann (sebastianbergmann/phpunit#3718), type annotations like array<foo, bar> and other more complex definitions currently lead to the phpdocumentor tooling to throw exceptions.
While it would be good to support these in full, this currently prevents picking up this tool at all in downstream consumers.
As discussed with @sebastianbergmann (sebastianbergmann/phpunit#3718), type annotations like
array<foo, bar>
and other more complex definitions currently lead to the phpdocumentor tooling to throw exceptions.While it would be good to support these in full, this currently prevents picking up this tool at all in downstream consumers.
The suggestion is therefore to
Fqsen
parsing errorsImprove upstreamnot needed: see Migrate to better type inference tooling to detect BC breaks in types #143Fqsen
parsing toolingAdapt covariance/contravariance checks to support more complex typesmoved to Migrate to better type inference tooling to detect BC breaks in types #143Extract covariance/contravariance checks to a new namespace/library that only does that, making it easier to upgrade its capabilitiesmoved to Migrate to better type inference tooling to detect BC breaks in types #143The text was updated successfully, but these errors were encountered: