Jeroen De Dauw has uploaded a new change for review.

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


Change subject: Remove unused imports
......................................................................

Remove unused imports

Change-Id: I78b387b193c90d132f1817ac40e78a7df66a4f17
---
M DataModel/Entity/Property.php
M tests/phpunit/EntityDiffOldTest.php
M tests/phpunit/ItemDiffTest.php
3 files changed, 3 insertions(+), 4 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseDataModel 
refs/changes/52/81952/1

diff --git a/DataModel/Entity/Property.php b/DataModel/Entity/Property.php
index 2208de8..3415952 100644
--- a/DataModel/Entity/Property.php
+++ b/DataModel/Entity/Property.php
@@ -3,7 +3,6 @@
 namespace Wikibase;
 
 use DataTypes\DataType;
-use DataValues\DataValue;
 use InvalidArgumentException;
 use RuntimeException;
 use Wikibase\DataModel\Entity\PropertyId;
diff --git a/tests/phpunit/EntityDiffOldTest.php 
b/tests/phpunit/EntityDiffOldTest.php
index a6f2d9d..886fe09 100644
--- a/tests/phpunit/EntityDiffOldTest.php
+++ b/tests/phpunit/EntityDiffOldTest.php
@@ -1,10 +1,11 @@
 <?php
+
 namespace Wikibase\Test;
+
 use Wikibase\Entity;
-use Wikibase\EntityDiff;
 
 /**
- * Tests for the Wikibase\EntityDiff deriving classes.
+ * @covers Wikibase\EntityDiff
  *
  * @file
  * @since 0.1
diff --git a/tests/phpunit/ItemDiffTest.php b/tests/phpunit/ItemDiffTest.php
index b49e5bd..3549d75 100644
--- a/tests/phpunit/ItemDiffTest.php
+++ b/tests/phpunit/ItemDiffTest.php
@@ -8,7 +8,6 @@
 use Wikibase\DataModel\Entity\ItemId;
 use Wikibase\DataModel\SimpleSiteLink;
 use Wikibase\Entity;
-use Wikibase\EntityDiff;
 use Wikibase\Item;
 use Wikibase\ItemDiff;
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I78b387b193c90d132f1817ac40e78a7df66a4f17
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseDataModel
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>

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

Reply via email to