Tpt has uploaded a new change for review.

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

Change subject: Optimises imports
......................................................................

Optimises imports

Change-Id: I9fbf5bd25438afe3ff25fc3afa976079f8ebe933
---
M includes/Context.php
M includes/Parser/PagelistTagParser.php
M includes/Parser/PagesTagParser.php
M tests/includes/Pagination/FilePaginationTest.php
M tests/includes/index/ProofreadIndexPageTest.php
5 files changed, 0 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ProofreadPage 
refs/changes/25/301925/1

diff --git a/includes/Context.php b/includes/Context.php
index d34bed9..20bb074 100644
--- a/includes/Context.php
+++ b/includes/Context.php
@@ -3,7 +3,6 @@
 namespace ProofreadPage;
 
 use ProofreadPage\Pagination\PaginationFactory;
-use ProofreadPage\ProofreadPageInit;
 use RepoGroup;
 
 /**
diff --git a/includes/Parser/PagelistTagParser.php 
b/includes/Parser/PagelistTagParser.php
index 76d1117..bddbb32 100644
--- a/includes/Parser/PagelistTagParser.php
+++ b/includes/Parser/PagelistTagParser.php
@@ -3,7 +3,6 @@
 namespace ProofreadPage\Parser;
 
 use ProofreadIndexPage;
-use ProofreadPage;
 use ProofreadPage\FileNotFoundException;
 use ProofreadPage\Pagination\FilePagination;
 use ProofreadPage\Pagination\PageList;
diff --git a/includes/Parser/PagesTagParser.php 
b/includes/Parser/PagesTagParser.php
index 7f90117..ae637f4 100644
--- a/includes/Parser/PagesTagParser.php
+++ b/includes/Parser/PagesTagParser.php
@@ -4,7 +4,6 @@
 
 use OutOfBoundsException;
 use ProofreadIndexPage;
-use ProofreadPage;
 use ProofreadPage\Pagination\FilePagination;
 use ProofreadPageDbConnector;
 use ProofreadPagePage;
diff --git a/tests/includes/Pagination/FilePaginationTest.php 
b/tests/includes/Pagination/FilePaginationTest.php
index cd3e9c3..a37d9e0 100644
--- a/tests/includes/Pagination/FilePaginationTest.php
+++ b/tests/includes/Pagination/FilePaginationTest.php
@@ -2,7 +2,6 @@
 
 namespace ProofreadPage\Pagination;
 
-use File;
 use InvalidArgumentException;
 use OutOfBoundsException;
 use ProofreadIndexPageTest;
diff --git a/tests/includes/index/ProofreadIndexPageTest.php 
b/tests/includes/index/ProofreadIndexPageTest.php
index 5eb0455..55be1a9 100644
--- a/tests/includes/index/ProofreadIndexPageTest.php
+++ b/tests/includes/index/ProofreadIndexPageTest.php
@@ -1,8 +1,5 @@
 <?php
-use ProofreadPage\Pagination\PageNumber;
-use ProofreadPage\Pagination\FilePagination;
 use ProofreadPage\Pagination\PageList;
-use ProofreadPage\Pagination\PagePagination;
 
 /**
  * @group ProofreadPage

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9fbf5bd25438afe3ff25fc3afa976079f8ebe933
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ProofreadPage
Gerrit-Branch: master
Gerrit-Owner: Tpt <thoma...@hotmail.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to