From 832ecbebe34e283fa57f104dca6a87093ff130e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 18 Nov 2022 09:59:49 +0100 Subject: [PATCH] Add additional types to PackageInstallationNodeBuilder --- .../system/package/PackageInstallationNodeBuilder.class.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php index dfdb86bac4..4aa4f60b99 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php @@ -360,11 +360,8 @@ class PackageInstallationNodeBuilder /** * Shifts nodes to allow dynamic inserts at runtime. - * - * @param string $oldParentNode - * @param string $newParentNode */ - public function shiftNodes($oldParentNode, $newParentNode) + public function shiftNodes(string $oldParentNode, string $newParentNode) { $sql = "UPDATE wcf1_package_installation_node SET parentNode = ? -- 2.20.1