Completed
Branch develop (c03385)
by Schlaefer
04:24
created
src/Lib/Saito/User/LastRefresh/LastRefreshCookie.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 Saito\User\LastRefresh;
4 4
 
5
-use App\Controller\Component\CurrentUserComponent;
6 5
 use Saito\User\Cookie;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/Lib/Saito/User/ReadPostings/ReadPostingsAbstract.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\User\ReadPostings;
4 4
 
5 5
 use App\Controller\Component\CurrentUserComponent;
6
-use Cake\Utility\Hash;
7 6
 use Saito\Posting\Posting;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
src/Lib/Saito/User/SaitoUserTrait.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace Saito\User;
4 4
 
5 5
 use App\Model\Entity\User;
6
-use Cake\Core\Exception\Exception;
7
-use Cake\I18n\Time;
8 6
 use Cake\Utility\Hash;
9 7
 use Saito\App\Registry;
10 8
 
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/EntriesTable.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,6 @@
 block discarded – undo
19 19
 use Cake\Http\Exception\NotFoundException;
20 20
 use Cake\ORM\Entity;
21 21
 use Cake\ORM\Query;
22
-use Cake\ORM\RulesChecker;
23
-use Cake\ORM\TableRegistry;
24 22
 use Cake\Validation\Validator;
25 23
 use Saito\App\Registry;
26 24
 use Saito\Posting\Posting;
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.
src/View/Helper/JsDataHelper.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 App\Controller\Component\CurrentUserComponent;
13 12
 use Cake\Core\Configure;
14 13
 use Cake\Event\Event;
15 14
 use Cake\View\Helper;
Please login to merge, or discard this patch.
src/View/Helper/ParserHelper.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,12 +12,10 @@
 block discarded – undo
12 12
 
13 13
 namespace App\View\Helper;
14 14
 
15
-use Cake\Core\Configure;
16 15
 use Geshi\View\Helper\GeshiHelper;
17 16
 use Saito\App\Registry;
18 17
 use Saito\Markup\Markup;
19 18
 use Saito\Markup\MarkupInterface;
20
-use Saito\Smiley\SmileyRenderer;
21 19
 use Stopwatch\Lib\Stopwatch;
22 20
 
23 21
 /**
Please login to merge, or discard this patch.