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
Seems that using use JustDont; in classes makes vendor/bin/roave-no-leaks fail on a lot of tests.
As by removing the usage of roave/dont I stopped getting errors.
If this behaviour is to be expected a note in the Readme would probably do the job.
Seems that using
use JustDont;in classes makesvendor/bin/roave-no-leaksfail on a lot of tests.As by removing the usage of roave/dont I stopped getting errors.
If this behaviour is to be expected a note in the Readme would probably do the job.