From c6f7914e2e022e6f394e965d869b7ba5acaa678f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 18 Nov 2022 09:53:25 +0100 Subject: [PATCH] Drop redundant PHPDoc type in PackageInstallationStep --- .../files/lib/system/package/PackageInstallationStep.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationStep.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationStep.class.php index 419e192d28..db97533f4e 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationStep.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationStep.class.php @@ -49,8 +49,6 @@ final class PackageInstallationStep /** * Sets form document object. - * - * @param FormDocument $document */ public function setDocument(FormDocument $document): void { -- 2.20.1