mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 22:08:00 +01:00
realpath
This commit is contained in:
parent
2264823864
commit
5f0cdce12d
@ -41,7 +41,7 @@ final class JetbrainsStubsRenamer
|
||||
$filenameWithStubSuffix = dirname($path) . '/' . $stubFileInfo->getBasename('.php') . '.stub';
|
||||
FileSystem::rename($path, $filenameWithStubSuffix);
|
||||
|
||||
$this->symfonyStyle->note(sprintf('Renaming "%s"', $stubFileInfo->getRelativePath()));
|
||||
$this->symfonyStyle->note(sprintf('Renaming "%s"', $stubFileInfo->getRealPath()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user