From 12d1a68c01961f36135e701f4b23bebe85b1f0f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 25 Apr 2022 18:53:34 +0000 Subject: [PATCH] Update FileCreator.php --- generator/src/FileCreator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/src/FileCreator.php b/generator/src/FileCreator.php index ae2b9625..3fedf965 100644 --- a/generator/src/FileCreator.php +++ b/generator/src/FileCreator.php @@ -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();