@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

PhpDoc: Fix a wrong parameter name

Summary: Fix a wrong parameter name

Test Plan: Compare those two lines.

Reviewers: O1 Blessed Committers, mainframe98, valerio.bozzolan

Reviewed By: O1 Blessed Committers, mainframe98, valerio.bozzolan

Subscribers: mainframe98, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26083

+1 -1
+1 -1
src/applications/people/query/PhabricatorPeopleUserEmailQuery.php
··· 29 29 30 30 /** 31 31 * With a verified email or not. 32 - * @param bool|null $isVerified 32 + * @param bool|null $verified 33 33 */ 34 34 public function withIsVerified($verified) { 35 35 $this->isVerified = $verified;