Completed
Push — master ( 3c1969...5b5792 )
by Schlaefer
03:16 queued 10s
created
src/Lib/Saito/Test/TestCaseTrait.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,10 +5,8 @@
 block discarded – undo
5 5
 use Cake\Core\Configure;
6 6
 use Cake\Event\EventManager;
7 7
 use Cake\Filesystem\File;
8
-use Cake\Mailer\Email;
9 8
 use Cake\Mailer\TransportFactory;
10 9
 use Cake\Utility\Inflector;
11
-use claviska\SimpleImage;
12 10
 use Cron\Lib\Cron;
13 11
 use Plugin\BbcodeParser\src\Lib\Markup;
14 12
 use Saito\App\Registry;
Please login to merge, or discard this patch.
src/Model/Table/SmiliesTable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 namespace App\Model\Table;
11 11
 
12 12
 use App\Lib\Model\Table\AppSettingTable;
13
-use Cake\Core\Configure;
14 13
 use Cake\Validation\Validator;
15 14
 use \Stopwatch\Lib\Stopwatch;
16 15
 
Please login to merge, or discard this patch.
plugins/Bookmarks/src/Controller/BookmarksController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,6 @@
 block discarded – undo
20 20
 use Cake\Http\Exception\MethodNotAllowedException;
21 21
 use Cake\Http\Exception\NotFoundException;
22 22
 use Cake\ORM\Entity;
23
-use Cake\ORM\Query;
24
-use Saito\App\Registry;
25 23
 use Saito\Exception\SaitoForbiddenException;
26 24
 
27 25
 /**
Please login to merge, or discard this patch.
src/Controller/Component/ParserComponent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use App\Controller\ErrorController;
16 16
 use Cake\Controller\Component;
17 17
 use Cake\Core\Configure;
18
-use Cake\ORM\TableRegistry;
19 18
 use Cake\Routing\Router;
20 19
 use Saito\App\Registry;
21 20
 use Saito\Smiley\SmileyLoader;
Please login to merge, or discard this patch.
src/Controller/EntriesController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@  discard block
 block discarded – undo
9 9
 
10 10
 namespace App\Controller;
11 11
 
12
-use App\Controller\Component\CurrentUserComponent;
13 12
 use App\Controller\Component\MarkAsReadComponent;
14 13
 use App\Controller\Component\ThreadsComponent;
15 14
 use App\Model\Entity\Entry;
@@ -21,9 +20,7 @@  discard block
 block discarded – undo
21 20
 use Cake\Http\Exception\ForbiddenException;
22 21
 use Cake\Http\Exception\MethodNotAllowedException;
23 22
 use Cake\Http\Exception\NotFoundException;
24
-use Cake\I18n\Time;
25 23
 use Cake\Routing\RequestActionTrait;
26
-use Saito\App\Registry;
27 24
 use Saito\Posting\Posting;
28 25
 use Saito\User\ForumsUserInterface;
29 26
 use Stopwatch\Lib\Stopwatch;
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
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Cake\Event\Event;
10 10
 use Cake\Http\Response;
11 11
 use Cake\I18n\I18n;
12
-use Cake\Routing\Router;
13 12
 use Saito\App\SettingsImmutable;
14 13
 use Saito\Event\SaitoEventManager;
15 14
 use Saito\User\CurrentUser\CurrentUser;
Please login to merge, or discard this patch.
src/View/Helper/LayoutHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 namespace App\View\Helper;
11 11
 
12
-use Cake\Core\Configure;
13 12
 use Cake\View\Helper;
14 13
 use Cake\View\StringTemplateTrait;
15 14
 
Please login to merge, or discard this patch.
plugins/Installer/src/Controller/UpdaterController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -15,9 +15,6 @@
 block discarded – undo
15 15
 use Cake\Core\Configure;
16 16
 use Cake\Event\Event;
17 17
 use Cake\Filesystem\File;
18
-use Cake\I18n\I18n;
19
-use Cake\ORM\Table;
20
-use Cake\ORM\TableRegistry;
21 18
 use Installer\Form\UpdaterStartForm;
22 19
 use Installer\Lib\DbVersion;
23 20
 use Psr\Log\LogLevel;
Please login to merge, or discard this patch.