We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850e853 commit a003f91Copy full SHA for a003f91
rector-migrate.php
@@ -5,7 +5,7 @@
5
use Rector\Renaming\Rector\FuncCall\RenameFunctionRector;
6
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
7
8
-# 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.
9
return static function (ContainerConfigurator $containerConfigurator): void {
10
$services = $containerConfigurator->services();
11
@@ -1103,5 +1103,5 @@
1103
'zip_entry_open' => 'Safe\zip_entry_open',
1104
'zip_entry_read' => 'Safe\zip_entry_read',
1105
'zlib_decode' => 'Safe\zlib_decode',
1106
-]]]);
+ ]]]);
1107
};
0 commit comments