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
Implementing tools/phpstan in say reset-password-bundle, so we can remove the dependency requirement in the project's composer.json (require-dev), causes the test suite to blow up. our global phpstan CI run looks for vendor/bin/phpstan. This changes it to tools/phpstan/vendor/bin/phpstan .
Review / update these repos if they're using phpstan as a project dependency (implement tools/* & composer scripts)
From PR #7 :
Review / update these repos if they're using
phpstan
as a project dependency (implementtools/*
& composer scripts)The text was updated successfully, but these errors were encountered: