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
For some reason the rector rule is catching random bits of unrelated code, for example the below sample.
It seems to be a bit random, will attempt to debug further to figure out why, by have narrowed it down to \BenSampo\Enum\Rector\ToNativeRector::inConfiguredClasses returning true when it should not.
Okay, digging deeper it seems like somehow NeverType is a subtype of my class according to the AST?
I unfortunately don't think I have enough knowledge in this area to debug haha.
For some reason the rector rule is catching random bits of unrelated code, for example the below sample.
It seems to be a bit random, will attempt to debug further to figure out why, by have narrowed it down to
\BenSampo\Enum\Rector\ToNativeRector::inConfiguredClasses
returningtrue
when it should not.The text was updated successfully, but these errors were encountered: