diff --git a/src/applications/people/query/PhabricatorPeopleUserEmailQuery.php b/src/applications/people/query/PhabricatorPeopleUserEmailQuery.php --- a/src/applications/people/query/PhabricatorPeopleUserEmailQuery.php +++ b/src/applications/people/query/PhabricatorPeopleUserEmailQuery.php @@ -29,7 +29,7 @@ /** * With a verified email or not. - * @param bool|null $isVerified + * @param bool|null $verified */ public function withIsVerified($verified) { $this->isVerified = $verified;