Estou fazendo a atividade PHP COmposer onde devo configurar o PHAN. Porem tenho o seguinte erro apos realizar as configurações
Phan did not parse any files in the project "/var/www/html/ALURA/8.PHPComposer/BuscadorCursos" - This may be an issue with the Phan config or CLI options.
Segue abaixo meu codigo de configuração que foi salvo dentro da pasta .phan com nome config.php
<?php
return [
"target_php_version" => '8.2',
'directory_list' => [
'src',
'vendor/symfony/dom-crawler',
'vendor/guzzlehttp/guzzle',
'vendor/psr/http-message'
],
"exclude_analysis_directory_list" => [
'vendor/'
],
'plugins' => [
'AlwaysReturnPlugin',
'UnreachableCodePlugin',
'DollarDollarPlugin',
'DuplicateArrayKeyPlugin',
'PregRegexCheckerPlugin',
'PrintfCheckerPlugin',
],
];
Estou usando o linux, portanto uso o comando vendor/bin/phan --allow-polyfill-parser