Closed JuanS closed 3 years ago
I think why, some tools are not ready in PHP 8
Use jakzal/phpqa:php7.4-alpine
will fix phpinsights
, but not larastan
@JuanS larastan is not a command in its own right, but a phpstan plugin.
Bare in mind that we had to isolate larastan as it was breaking on other people's projects. From the next release, you'll need to use phpstan-larastan
as a phpstan command instead of phpstan
if you want to use it with the larastan plugin.
Understood. Thanks jakzal!
Can't run some of the commands, like larastan or phpinsights
/entrypoint.sh: exec: line 6: larastan: not found
/entrypoint.sh: exec: line 6: phpinsights: not found
Other commands like
phpstan
orphpmd
works just fine as expected.Am I doing anything wrong? Are these commands exepcted to be triggered differently?