report FQN file name [closes #149]

This commit is contained in:
TomasVotruba 2017-11-09 14:58:33 +01:00
parent 06e72d5c8e
commit e49bf8a7dc

View File

@ -85,7 +85,7 @@ final class ProcessCommandReporter
if ($this->alreadyReportedFiles < self::MAX_FILES_TO_PRINT) {
$this->symfonyStyle->writeln(sprintf(
' - %s',
$fileInfo
$fileInfo->getRealPath()
));
}