From 59bac70c9b888ca1c12eed735bf838138fd62ad7 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 7 Apr 2019 20:46:22 -0700 Subject: [PATCH] Fix phpdoc for type hint for User::makeUpdateConditions() Change-Id: I46b3842495b3b9b8d44d16f434de4b44c65c1d80 --- includes/user/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1