This commit is contained in:
TomasVotruba 2020-02-26 19:15:27 +01:00
parent 2264823864
commit 5f0cdce12d

View File

@ -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()));
}
}