Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 31, 2024
1 parent f8cb6a7 commit 667b8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/PrivatizeConstantsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private function privatizeClassConstants(array $phpFileInfos): void
}

FileSystem::write($phpFileInfo->getRealPath(), $fileContent);
$this->symfonyStyle->writeln(sprintf(' * ' . PathHelper::relativeToCwd($phpFileInfo->getRealPath());
$this->symfonyStyle->writeln(' * ' . PathHelper::relativeToCwd($phpFileInfo->getRealPath()));
}

$this->symfonyStyle->newLine();
Expand Down

0 comments on commit 667b8e0

Please sign in to comment.