From: Tim Düsterhus Date: Fri, 18 Nov 2022 08:53:25 +0000 (+0100) Subject: Drop redundant PHPDoc type in PackageInstallationStep X-Git-Tag: 6.0.0_Alpha_1~702 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c6f7914e2e022e6f394e965d869b7ba5acaa678f;p=GitHub%2FWoltLab%2FWCF.git Drop redundant PHPDoc type in PackageInstallationStep --- 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 {