Completed
Branch develop (c03385)
by Schlaefer
04:24
created
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.
src/Controller/StatusController.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 Cake\Event\Event;
6 6
 use Cake\Http\Exception\BadRequestException;
7
-use Cake\ORM\TableRegistry;
8 7
 
9 8
 class StatusController extends AppController
10 9
 {
Please login to merge, or discard this patch.
src/Controller/UsersController.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\Controller;
11 11
 
12 12
 use App\Controller\Component\RefererComponent;
13
-use App\Controller\Component\ThemesComponent;
14 13
 use App\Form\BlockForm;
15 14
 use App\Model\Entity\User;
16 15
 use App\Model\Table\UsersTable;
Please login to merge, or discard this patch.
src/Lib/Model/Table/AppTable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Cake\Database\Expression\QueryExpression;
7 7
 use Cake\Event\Event;
8 8
 use Cake\Event\EventManager;
9
-use Cake\ORM\Entity;
10 9
 use Cake\ORM\Table;
11 10
 use Saito\Event\SaitoEventManager;
12 11
 
Please login to merge, or discard this patch.
src/Lib/Saito/Posting/Posting.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 Saito\Posting\Basic\BasicPostingInterface;
6 6
 use Saito\Posting\Basic\BasicPostingTrait;
7
-use Saito\Posting\Decorator\PostingTrait;
8 7
 use Saito\Posting\Decorator\UserPostingTrait;
9 8
 use Saito\Thread\Thread;
10 9
 use Saito\User\CurrentUser\CurrentUser;
Please login to merge, or discard this patch.
src/Lib/Saito/Smiley/SmileyLoader.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 Saito\Smiley;
4 4
 
5 5
 use Cake\Cache\Cache;
6
-use Cake\Core\Configure;
7 6
 use Cake\ORM\TableRegistry;
8 7
 
9 8
 class SmileyLoader
Please login to merge, or discard this patch.
src/Lib/Saito/Test/IntegrationTestCase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 namespace Saito\Test;
14 14
 
15 15
 use App\Test\Fixture\UserFixture;
16
-
17 16
 use Cake\Core\Configure;
18 17
 use Cake\Event\Event;
19 18
 use Cake\Event\EventManager;
Please login to merge, or discard this patch.
src/Lib/Saito/Test/Model/Table/SaitoTableTestCase.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Cake\ORM\Table;
6 6
 use Cake\ORM\TableRegistry;
7
-use Saito\App\Registry;
8 7
 use Saito\Test\SaitoTestCase;
9
-use Saito\User\SaitoUser;
10 8
 
11 9
 abstract class SaitoTableTestCase extends SaitoTestCase
12 10
 {
Please login to merge, or discard this patch.