From: schlimpf Date: Wed, 13 Aug 2014 08:25:48 +0000 (+0200) Subject: Fixed PHPDoc X-Git-Tag: 2.1.0_Alpha_1~352^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=79885be142832c118961051809abd8a7e9771033;p=GitHub%2FWoltLab%2FWCF.git Fixed PHPDoc --- diff --git a/wcfsetup/install/files/lib/page/AbstractPage.class.php b/wcfsetup/install/files/lib/page/AbstractPage.class.php index 515847bbdb..22f6358f12 100644 --- a/wcfsetup/install/files/lib/page/AbstractPage.class.php +++ b/wcfsetup/install/files/lib/page/AbstractPage.class.php @@ -80,7 +80,7 @@ abstract class AbstractPage implements IPage, ITrackablePage { public $useTemplate = true; /** - * @see \wcf\form\IPage::__run() + * @see \wcf\page\IPage::__run() */ public final function __construct() { }