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
I use PHPStan within my project and use your library.
PHPStan reports some errors on ElementAbstract when we use it's derivations such as ElementSignature.
Hi,
I use PHPStan within my project and use your library.
PHPStan reports some errors on
ElementAbstract
when we use it's derivations such asElementSignature
.Mainly when chaining methods.
See here: https://phpstan.org/r/42328237-5731-43f3-bff4-ca2408a50694
When removing the
@return
tag or replacing by@return $this
, there will be no error.Would you mind if I provide a PR with this kind of improvements?
Thanks
The text was updated successfully, but these errors were encountered: