I'm running a scan on an installed contrib module. This error comes back (I've replaced parts of the phpstan path and module path with 'site', for privacy):
PHPStan command failed:
/usr/local/php81/bin/php /home/site/vendor/bin/phpstan analyse --memory-limit=1500M --error-format=json --configuration=/tmp/upgrade_status/deprecation_testing.neon /home/site/public_html/modules/contrib/link_iconsCommand output:
Content-type: text/html; charset=UTF-8Command error:
At least one path must be specified to analyse.
Installed v4.0.0 of upgrade_status using Composer, selected contributed module in the report, submitted scan.
I'm not sure why this is happening. Running the same command from my CLI gives the same response. I have tried specifying the path to the module within the /tmp/upgrade_status/deprecation_testing.neon configuration file (under 'paths:'), but that doesn't work either.