Completed
Pull Request — master (#207)
by Fèvre
04:08 queued 02:07
created
src/Shell/MaintenanceShell.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use Cake\Cache\Cache;
5 5
 use Cake\Console\ConsoleOptionParser;
6 6
 use Cake\Console\Shell;
7
-use Cake\Utility\Inflector;
8 7
 
9 8
 class MaintenanceShell extends Shell
10 9
 {
Please login to merge, or discard this patch.
src/Controller/AppController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use App\Event\Logs;
6 6
 use App\I18n\Language;
7 7
 use Cake\Controller\Controller;
8
-use Cake\Core\Configure;
9 8
 use Cake\Event\Event;
10 9
 use Cake\I18n\Time;
11 10
 
Please login to merge, or discard this patch.
src/Event/Badges.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,14 +4,11 @@
 block discarded – undo
4 4
 use App\Event\Notifications;
5 5
 use App\Model\Entity\BlogArticlesComment;
6 6
 use App\Model\Entity\User;
7
-use Cake\Controller\ComponentRegistry;
8 7
 use Cake\Controller\Controller;
9 8
 use Cake\Event\Event;
10 9
 use Cake\Event\EventListenerInterface;
11 10
 use Cake\Event\EventManager;
12 11
 use Cake\I18n\Time;
13
-use Cake\Network\Request;
14
-use Cake\Network\Response;
15 12
 use Cake\ORM\TableRegistry;
16 13
 
17 14
 class Badges implements EventListenerInterface
Please login to merge, or discard this patch.