Completed
Push — migrate-to-3.4 ( 7464fc )
by Fèvre
02:42
created
src/Model/Table/ConversationsUsersTable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace App\Model\Table;
3 3
 
4 4
 use Cake\ORM\Table;
5
-use Cake\Validation\Validator;
6 5
 
7 6
 class ConversationsUsersTable extends Table
8 7
 {
Please login to merge, or discard this patch.
src/Model/Table/PollsAnswersTable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace App\Model\Table;
3 3
 
4
-use Cake\ORM\Query;
5 4
 use Cake\ORM\RulesChecker;
6 5
 use Cake\ORM\Table;
7 6
 use Cake\Validation\Validator;
Please login to merge, or discard this patch.
src/Model/Table/PollsTable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace App\Model\Table;
3 3
 
4
-use Cake\ORM\Query;
5 4
 use Cake\ORM\RulesChecker;
6 5
 use Cake\ORM\Table;
7 6
 use Cake\Validation\Validator;
Please login to merge, or discard this patch.