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
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
phpcpd is giving an exit code of 1 if no files were found to scan.
This is different behaviour to similar tools like phpcs and phpmd.
It would be nice to have that behaviour changed so that's in line with those other tools.
(Useful in CI for example where the return values are evaluated and used to make a stage fail)