From d9422d013dd5f836c73c5cf2dc9716185c3136dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Wed, 15 May 2024 10:38:33 +0200 Subject: [PATCH] initi --- src/Init/InitPluginSetupCli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Init/InitPluginSetupCli.php b/src/Init/InitPluginSetupCli.php index e57c6ad15..e83251f16 100644 --- a/src/Init/InitPluginSetupCli.php +++ b/src/Init/InitPluginSetupCli.php @@ -155,7 +155,7 @@ public function __invoke(array $args, array $assocArgs) $this->cliLog('--------------------------------------------------', 'C'); $this->cliLog("Changing the setup plugin main PHP file to the new plugin name {$textdomain}.php", 'C'); - \rename(Helpers::joinPaths([$destionation, 'eightshift-boilerplate-plugin.php']), Helpers::joinPaths([$newDestionation, "{$textdomain}.php"])); // phpcs:ignore WordPress.WP.AlternativeFunctions.rename_rename + \rename(Helpers::joinPaths([$destionation, 'eightshift-boilerplate-plugin.php']), Helpers::joinPaths([$destionation, "{$textdomain}.php"])); // phpcs:ignore WordPress.WP.AlternativeFunctions.rename_rename $this->cliLog('--------------------------------------------------', 'C'); $this->cliLog("Changing the setup plugin to the new plugin with name {$textdomain}", 'C');