Skip to content

Commit

Permalink
Update FileCreator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Apr 25, 2022
1 parent 0d235ec commit 12d1a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/src/FileCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function generateRectorFile(array $functions, string $path): void
use Rector\Renaming\Rector\FuncCall\RenameFunctionRector;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
// This file configures rector/rector to replace all PHP functions with their equivalent "safe" functions
// This file configures rector/rector to replace all PHP functions with their equivalent "safe" functions.
return static function (ContainerConfigurator $containerConfigurator): void {
$services = $containerConfigurator->services();
Expand Down

0 comments on commit 12d1a68

Please # to comment.