EBernhardson has uploaded a new change for review.
https://gerrit.wikimedia.org/r/108712
Change subject: Missing use statement
......................................................................
Missing use statement
Change-Id: I8904201816b5ed02314565120f87764b7f293669
---
M includes/Data/UserNameBatch.php
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow
refs/changes/12/108712/1
diff --git a/includes/Data/UserNameBatch.php b/includes/Data/UserNameBatch.php
index 279ace2..86ba77d 100644
--- a/includes/Data/UserNameBatch.php
+++ b/includes/Data/UserNameBatch.php
@@ -6,6 +6,7 @@
namespace Flow\Data;
use Flow\DbFactory;
+use User;
/**
* Listen for loaded objects and pre-load their user id fields into
@@ -182,7 +183,7 @@
/**
* @param string $wiki wiki id
* @param array $userIds List of user ids to lookup
- * @return bool|ResultWrapper Containing objects with user_id and
+ * @return bool|ResultWrapper Containing objects with user_id and
* user_name properies.
*/
function execute( $wiki, array $userIds );
--
To view, visit https://gerrit.wikimedia.org/r/108712
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8904201816b5ed02314565120f87764b7f293669
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits