Completed
Push — master ( 5b5792...2b84bd )
by Schlaefer
03:33 queued 11s
created
plugins/Api/src/Controller/ApiAppController.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\AppController;
16 16
 use Cake\Controller\Component\AuthComponent;
17 17
 use Cake\Core\Configure;
18
-use Cake\Event\Event;
19 18
 
20 19
 /**
21 20
  * Api App Controller
Please login to merge, or discard this patch.
plugins/Bookmarks/src/Lib/Bookmarks.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 namespace Bookmarks\Lib;
14 14
 
15
-use App\Controller\Component\CurrentUserComponent;
16 15
 use Cake\ORM\TableRegistry;
17 16
 use Saito\User\CurrentUser\CurrentUserInterface;
18 17
 
Please login to merge, or discard this patch.
plugins/Feeds/src/Controller/PostingsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use App\Controller\AppController;
6 6
 use App\Model\Table\EntriesTable;
7
-use Cake\Core\Configure;
8 7
 use Cake\Event\Event;
9 8
 use Cake\Http\Exception\BadRequestException;
10 9
 use Feeds\Model\Behavior\FeedsPostingBehavior;
Please login to merge, or discard this patch.
plugins/ImageUploader/tests/TestCase/Controller/UploadsControllerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,13 +13,11 @@
 block discarded – undo
13 13
 namespace ImageUploader\Test\TestCase\Controller;
14 14
 
15 15
 use Api\Error\Exception\GenericApiException;
16
-use Cake\Cache\Cache;
17 16
 use Cake\Core\Configure;
18 17
 use Cake\Core\Plugin;
19 18
 use Cake\Filesystem\File;
20 19
 use Cake\Http\Exception\UnauthorizedException;
21 20
 use Cake\ORM\TableRegistry;
22
-use claviska\SimpleImage;
23 21
 use Saito\Exception\SaitoForbiddenException;
24 22
 use Saito\Test\IntegrationTestCase;
25 23
 
Please login to merge, or discard this patch.
plugins/Installer/tests/TestCase/Controller/UpdaterControllerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 namespace Installer\Test\TestCase\Controller;
14 14
 
15
-use App\Model\Table\SettingsTable;
16 15
 use Cake\Core\Configure;
17 16
 use Cake\Datasource\ConnectionManager;
18 17
 use Cake\Filesystem\File;
Please login to merge, or discard this patch.
src/Auth/CookieAuthenticate.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\Auth;
11 11
 
12 12
 use Cake\Auth\BaseAuthenticate;
13
-use Cake\Core\Configure;
14 13
 use Cake\Event\Event;
15 14
 use Cake\Http\Response;
16 15
 use Cake\Http\ServerRequest;
Please login to merge, or discard this patch.
src/Controller/Component/CurrentUserComponent.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@  discard block
 block discarded – undo
16 16
 use Cake\Core\Configure;
17 17
 use Cake\Event\Event;
18 18
 use Cake\ORM\TableRegistry;
19
-use Cake\Routing\Router;
20 19
 use Cake\Utility\Security;
21 20
 use Firebase\JWT\JWT;
22 21
 use Saito\App\Registry;
@@ -26,7 +25,6 @@  discard block
 block discarded – undo
26 25
 use Saito\User\CurrentUser\CurrentUserInterface;
27 26
 use Saito\User\CurrentUser\CurrentUserTrait;
28 27
 use Saito\User\LastRefresh;
29
-use Saito\User\ReadPostings;
30 28
 use Saito\User\ReadPostings\ReadPostingsCookie;
31 29
 use Saito\User\ReadPostings\ReadPostingsDatabase;
32 30
 use Saito\User\ReadPostings\ReadPostingsDummy;
Please login to merge, or discard this patch.
src/Controller/Component/SlidetabsComponent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Controller\Component;
4 4
 
5 5
 use Cake\Controller\Component;
6
-use Cake\Core\Configure;
7 6
 use Saito\User\ForumsUserInterface;
8 7
 
9 8
 class SlidetabsComponent extends Component
Please login to merge, or discard this patch.
src/Controller/Component/ThreadsComponent.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 Cake\Core\Configure;
16 16
 use Cake\ORM\Entity;
17 17
 use Cake\ORM\TableRegistry;
18
-use Cake\Utility\Hash;
19 18
 use Saito\App\Registry;
20 19
 use Saito\Posting\Posting;
21 20
 use Stopwatch\Lib\Stopwatch;
Please login to merge, or discard this patch.