Thiemo Kreuz (WMDE) has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/402585 )
Change subject: Use namespaced version of ResultWrapper
......................................................................
Use namespaced version of ResultWrapper
Change-Id: I5f6acd431f20035c5c0f20642707d8a21fbd2659
---
M includes/Formatter/AbstractQuery.php
M includes/Formatter/ContributionsQuery.php
M includes/Search/Iterators/AbstractIterator.php
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow
refs/changes/85/402585/1
diff --git a/includes/Formatter/AbstractQuery.php
b/includes/Formatter/AbstractQuery.php
index b608abc..2ac0cc2 100644
--- a/includes/Formatter/AbstractQuery.php
+++ b/includes/Formatter/AbstractQuery.php
@@ -11,7 +11,7 @@
use Flow\Model\UUID;
use Flow\Model\Workflow;
use Flow\Repository\TreeRepository;
-use ResultWrapper;
+use Wikimedia\Rdbms\ResultWrapper;
/**
* Base class that collects the data necessary to utilize AbstractFormatter
diff --git a/includes/Formatter/ContributionsQuery.php
b/includes/Formatter/ContributionsQuery.php
index 8475282..49e90e3 100644
--- a/includes/Formatter/ContributionsQuery.php
+++ b/includes/Formatter/ContributionsQuery.php
@@ -14,8 +14,8 @@
use Flow\Repository\TreeRepository;
use Flow\Exception\FlowException;
use Flow\FlowActions;
-use ResultWrapper;
use User;
+use Wikimedia\Rdbms\ResultWrapper;
class ContributionsQuery extends AbstractQuery {
diff --git a/includes/Search/Iterators/AbstractIterator.php
b/includes/Search/Iterators/AbstractIterator.php
index b42a376..d072f44 100644
--- a/includes/Search/Iterators/AbstractIterator.php
+++ b/includes/Search/Iterators/AbstractIterator.php
@@ -9,8 +9,8 @@
use Flow\Model\AbstractRevision;
use Flow\Model\UUID;
use Iterator;
-use ResultWrapper;
use stdClass;
+use Wikimedia\Rdbms\ResultWrapper;
abstract class AbstractIterator implements Iterator {
/**
--
To view, visit https://gerrit.wikimedia.org/r/402585
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5f6acd431f20035c5c0f20642707d8a21fbd2659
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Thiemo Kreuz (WMDE) <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits