jenkins-bot has submitted this change and it was merged. Change subject: Remove unused uses ......................................................................
Remove unused uses While you are here, could you also merge the following patch please? https://github.com/DataValues/Common/pull/39 Change-Id: I8cb23b25e61bbcb66888df7b568dd2cf633ec220 --- M repo/tests/phpunit/includes/content/EntityContentFactoryTest.php 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Addshore: Looks good to me, approved Jeroen De Dauw: Looks good to me, approved jenkins-bot: Verified diff --git a/repo/tests/phpunit/includes/content/EntityContentFactoryTest.php b/repo/tests/phpunit/includes/content/EntityContentFactoryTest.php index ea2d637..6cb6c85 100644 --- a/repo/tests/phpunit/includes/content/EntityContentFactoryTest.php +++ b/repo/tests/phpunit/includes/content/EntityContentFactoryTest.php @@ -2,7 +2,6 @@ namespace Wikibase\Test; -use ContentHandler; use Title; use Wikibase\DataModel\Entity\Entity; use Wikibase\DataModel\Entity\EntityRedirect; -- To view, visit https://gerrit.wikimedia.org/r/257840 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8cb23b25e61bbcb66888df7b568dd2cf633ec220 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
