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 originally reported in phpstan/phpstan#9577, calling a constructor indirectly, e.g., via a trait method alias, is not supported by requireParentConstructorCall. I am opening this issue per @ondrejmirtes's request there.
As originally reported in phpstan/phpstan#9577, calling a constructor indirectly, e.g., via a trait method alias, is not supported by
requireParentConstructorCall
. I am opening this issue per @ondrejmirtes's request there.Code snippet that reproduces the problem
https://phpstan.org/r/3d12f7cf-b4dd-4ba3-be0d-5738eba76d53
The text was updated successfully, but these errors were encountered: