Open khanhnv-2091 opened 4 years ago
I flow the install introduction. But when I run analyze give an error.
sun@labs:~/git/PHPWander$ ./bin/phpwander analyse tests/cases/ --autoload Note: Using configuration file /home/sun/git/PHPWander/phpwander.neon. PHP Fatal error: Uncaught Error: Cannot instantiate interface PHPStan\File\RelativePathHelper in /home/sun/git/PHPWander/src/DI/ContainerFactory.php:62 Stack trace: #0 /home/sun/git/PHPWander/src/Command/AnalyseCommand.php(109): PHPWander\DI\ContainerFactory->create('/tmp/phpwander', Array, Array) #1 /home/sun/git/PHPWander/vendor/symfony/console/Command/Command.php(255): PHPWander\Command\AnalyseCommand->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #2 /home/sun/git/PHPWander/vendor/symfony/console/Application.php(1000): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #3 /home/sun/git/PHPWander/vendor/symfony/console/Application.php(271): Symfony\Component\Console\Application->doRunCommand(Object(PHPWander\Command\AnalyseCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #4 /home/sun/git/ in /home/sun/git/PHPWander/src/DI/ContainerFactory.php on line 62
I flow the install introduction. But when I run analyze give an error.