Thiemo Mättig (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/155510

Change subject: Stop using the Wikibase\ByPropertyIdArray alias
......................................................................

Stop using the Wikibase\ByPropertyIdArray alias

Change-Id: I56f3e1a4e7dde3687035ee1a85441c12b0e922fb
---
M lib/includes/serializers/ByPropertyListSerializer.php
M repo/includes/ClaimHtmlGenerator.php
2 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/10/155510/1

diff --git a/lib/includes/serializers/ByPropertyListSerializer.php 
b/lib/includes/serializers/ByPropertyListSerializer.php
index 4bd5a05..5af57d2 100644
--- a/lib/includes/serializers/ByPropertyListSerializer.php
+++ b/lib/includes/serializers/ByPropertyListSerializer.php
@@ -4,7 +4,7 @@
 
 use InvalidArgumentException;
 use Traversable;
-use Wikibase\ByPropertyIdArray;
+use Wikibase\DataModel\ByPropertyIdArray;
 
 /**
  * Serializer for Traversable objects that need to be grouped
diff --git a/repo/includes/ClaimHtmlGenerator.php 
b/repo/includes/ClaimHtmlGenerator.php
index 740860c..24c5f6e 100644
--- a/repo/includes/ClaimHtmlGenerator.php
+++ b/repo/includes/ClaimHtmlGenerator.php
@@ -2,6 +2,7 @@
 
 namespace Wikibase;
 
+use Wikibase\DataModel\ByPropertyIdArray;
 use Wikibase\Lib\Serializers\ClaimSerializer;
 use Wikibase\Repo\View\SnakHtmlGenerator;
 

-- 
To view, visit https://gerrit.wikimedia.org/r/155510
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I56f3e1a4e7dde3687035ee1a85441c12b0e922fb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to