larastan / larastan

⚗️ Adds code analysis to Laravel improving developer productivity and code quality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in second step of documentation?

MarkelovSergey opened this issue · comments

  • Larastan Version: 2.7
  • --level used: 5
  • Pull request with failing test:

Description

Error in second step of documentation?

docker exec -it app ./vendor/bin/phpstan analyse
Note: Using configuration file /var/www/html/phpstan.neon.dist.
File '/var/www/html/./vendor/nunomaduro/larastan/extension.neon' is missing or is not readable.

Laravel code where the issue was found

phpstan.neon.dist

  • ./vendor/nunomaduro/larastan/extension.neon
    needs to be changed to
  • ./vendor/larastan/larastan/extension.neon

Docs look fine to me:

image