mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
report FQN file name [closes #149]
This commit is contained in:
parent
06e72d5c8e
commit
e49bf8a7dc
@ -85,7 +85,7 @@ final class ProcessCommandReporter
|
||||
if ($this->alreadyReportedFiles < self::MAX_FILES_TO_PRINT) {
|
||||
$this->symfonyStyle->writeln(sprintf(
|
||||
' - %s',
|
||||
$fileInfo
|
||||
$fileInfo->getRealPath()
|
||||
));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user