/**
* list of label groups
- * @var ViewableLabelGroup[]
+ * @var mixed[][]
*/
protected $labelGroups = null;
* @inheritDoc
*/
public function getReportedContent(ViewableModerationQueue $queue) {
+ /** @noinspection PhpParamsInspection */
WCF::getTPL()->assign([
'user' => new UserProfile($queue->getAffectedObject())
]);
$userList->sqlOffset = $this->limit * $this->loopCount;
$userList->readObjects();
+ /** @var UserEditor $userEditor */
foreach ($userList as $userEditor) {
$this->sendNewPassword($userEditor);
}
/**
* Formats a numeric.
*
- * @param numeric $numeric
+ * @param number $numeric
* @return string
*/
public static function formatNumeric($numeric) {