From: Aaron Schulz Date: Mon, 8 Apr 2019 03:46:22 +0000 (-0700) Subject: Fix phpdoc for type hint for User::makeUpdateConditions() X-Git-Tag: 1.34.0-rc.0~2103^2 X-Git-Url: http://git.cyclocoop.org/data/%7BGarradin/WEBSITE%7D?a=commitdiff_plain;h=59bac70c9b888ca1c12eed735bf838138fd62ad7;p=lhc%2Fweb%2Fwiklou.git Fix phpdoc for type hint for User::makeUpdateConditions() Change-Id: I46b3842495b3b9b8d44d16f434de4b44c65c1d80 --- diff --git a/includes/user/User.php b/includes/user/User.php index d2edbdfbe9..5b073158d3 100644 --- a/includes/user/User.php +++ b/includes/user/User.php @@ -1671,7 +1671,7 @@ class User implements IDBAccessObject, UserIdentity { * protected against race conditions using a compare-and-set (CAS) mechanism * based on comparing $this->mTouched with the user_touched field. * - * @param Database $db + * @param IDatabase $db * @param array $conditions WHERE conditions for use with Database::update * @return array WHERE conditions for use with Database::update */