Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Phan

Olá, boa tarde! alguém tem alguma dica: estou tentando executar o comando vendor\bin\phan --allow-polyfill-parser

e ao executar e exibindo a mensagem: "Phan did not parse any files in the project "C:\php\buscador" - This may be an issue with the Phan config or CLI options."/

o config.php está assim:

<?php

return [
    "target_php_version" => '7.4',
    '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',
    ],
];

obrigada

1 resposta
solução!

consegui resolver. executei composer update e depois executei novamente o comando e deu certo!! fica a dica ;-)