From: Matthias Schmidt Date: Fri, 27 May 2016 06:48:15 +0000 (+0200) Subject: Add @noinspection PhpParamsInspection tag X-Git-Tag: 3.0.0_Beta_1~1611 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2d9cda0c3f1d8ae9afb93c27dd3ac0509ca6ea39;p=GitHub%2FWoltLab%2FWCF.git Add @noinspection PhpParamsInspection tag --- diff --git a/wcfsetup/install/files/lib/system/box/RecentActivityListBoxController.class.php b/wcfsetup/install/files/lib/system/box/RecentActivityListBoxController.class.php index cdd616fc7f..520947ba5d 100644 --- a/wcfsetup/install/files/lib/system/box/RecentActivityListBoxController.class.php +++ b/wcfsetup/install/files/lib/system/box/RecentActivityListBoxController.class.php @@ -118,6 +118,7 @@ class RecentActivityListBoxController extends AbstractDatabaseObjectListBoxContr parent::readObjects(); // removes orphaned and non-accessable events + /** @noinspection PhpParamsInspection */ UserActivityEventHandler::validateEvents($this->objectList); } }