1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Write debug to stdout

This commit is contained in:
Matthew Brown 2020-04-05 00:28:55 -04:00
parent 6cea065bca
commit 05f7c9757a

View File

@ -336,6 +336,8 @@ class Analyzer
{
$this->progress->start(count($this->files_to_analyze));
fwrite(STDERR, var_export($this->files_to_analyze, true));
$codebase = $project_analyzer->getCodebase();
$filetype_analyzers = $this->config->getFiletypeAnalyzers();