Completed
Branch feature/phpstanLevel2 (435bc7)
by Schlaefer
02:41
created
src/Controller/AppController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Cake\Event\Event;
18 18
 use Cake\Http\Response;
19 19
 use Cake\I18n\I18n;
20
-use Saito\App\Registry;
21 20
 use Saito\App\SettingsImmutable;
22 21
 use Saito\Event\SaitoEventManager;
23 22
 use Saito\User\CurrentUser\CurrentUser;
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\CurrentUser\CurrentUserInterface;
29 26
 use Saito\User\ForumsUserInterface;
Please login to merge, or discard this patch.
src/Lib/Saito/User/CurrentUser/CurrentUserFactory.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 
13 13
 namespace Saito\User\CurrentUser;
14 14
 
15
-use App\Model\Table\UserReadsTable;
16
-use App\Model\Table\UsersTable;
17 15
 use Cake\Controller\Controller;
18 16
 use Cake\ORM\TableRegistry;
19 17
 use Saito\User\Cookie\Storage;
Please login to merge, or discard this patch.