Completed
Branch feature/phpstanLevel3 (f0c768)
by Schlaefer
02:32
created
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.
src/Lib/Saito/Test/SecurityMockTrait.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Saito\Test;
4 4
 
5
-use Cake\Event\Event;
6
-use Cake\Event\EventManager;
7
-
8 5
 trait SecurityMockTrait
9 6
 {
10 7
 
Please login to merge, or discard this patch.
src/Lib/Saito/User/Upload/AvatarFilenameListener.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
3 3
 namespace Saito\User\Upload;
4 4
 
5 5
 use App\Model\Entity\User;
6
-use Cake\Core\Configure;
7 6
 use Cake\Event\Event;
8 7
 use Cake\Event\EventListenerInterface;
9 8
 use Cake\Filesystem\Folder;
10
-use Cake\ORM\Entity;
11 9
 use Cake\Utility\Text;
12 10
 use Proffer\Lib\ProfferPath;
13 11
 
Please login to merge, or discard this patch.
src/Model/Table/SettingsTable.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,6 @@
 block discarded – undo
15 15
 use App\Lib\Model\Table\AppSettingTable;
16 16
 use Cake\Cache\Cache;
17 17
 use Cake\Core\Configure;
18
-use Cake\ORM\Query;
19
-use Saito\App\Registry;
20 18
 use \Stopwatch\Lib\Stopwatch;
21 19
 
22 20
 class SettingsTable extends AppSettingTable
Please login to merge, or discard this patch.
src/Model/Table/UserOnlineTable.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -9,9 +9,6 @@
 block discarded – undo
9 9
 
10 10
 namespace App\Model\Table;
11 11
 
12
-use ArrayObject;
13
-use Cake\Event\Event;
14
-use Cake\ORM\Entity;
15 12
 use Cake\ORM\Query;
16 13
 use Cake\ORM\Table;
17 14
 use Cake\Validation\Validator;
Please login to merge, or discard this patch.
plugins/Admin/src/Controller/UsersController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Admin\Controller;
4 4
 
5
-use App\Controller\AppController;
6 5
 use App\Model\Table\UsersTable;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
config/bootstrap.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@  discard block
 block discarded – undo
34 34
 use Cake\Core\App;
35 35
 use Cake\Core\Configure;
36 36
 use Cake\Core\Configure\Engine\PhpConfig;
37
-use Cake\Core\Plugin;
38 37
 use Cake\Database\Type;
39 38
 use Cake\Datasource\ConnectionManager;
40 39
 use Cake\Error\ErrorHandler;
@@ -42,7 +41,6 @@  discard block
 block discarded – undo
42 41
 use Cake\Log\Log;
43 42
 use Cake\Mailer\Email;
44 43
 use Cake\Mailer\TransportFactory;
45
-use Cake\Routing\DispatcherFactory;
46 44
 use Cake\Utility\Inflector;
47 45
 use Cake\Utility\Security;
48 46
 
Please login to merge, or discard this patch.