@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use App\Controller\AppController; |
6 | 6 | use Cake\Network\Exception\NotFoundException; |
7 | -use App\Utility\Sanitize; |
|
8 | 7 | /** |
9 | 8 | * Incidents controller handling incident creation and rendering |
10 | 9 | * |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use App\Utility\Sanitize; |
7 | 7 | use Cake\Core\Configure; |
8 | 8 | use Cake\Log\Log; |
9 | -use Cake\ORM\Table; |
|
10 | 9 | use Cake\ORM\TableRegistry; |
11 | 10 | use Cake\Network\Exception\NotFoundException; |
12 | 11 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace App\Model\Table; |
4 | 4 | |
5 | 5 | use Cake\ORM\Table; |
6 | -use App\Model\AppModel; |
|
7 | 6 | use Cake\Model\Model; |
8 | 7 | use Cake\Routing\Router; |
9 | 8 | use Cake\ORM\TableRegistry; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use App\Utility\Sanitize; |
6 | 6 | use App\View\Helper\AppHelper; |
7 | -use App\View\Helper\IncidentsHelper; |
|
8 | 7 | use Cake\Utility\Inflector; |
9 | 8 | use Cake\View\View; |
10 | 9 |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Cake\Core\Configure; |
17 | 17 | use Cake\Error\Debugger; |
18 | 18 | use Cake\Filesystem\File; |
19 | -use Cake\Log\Log; |
|
20 | 19 | use Cake\View\Helper; |
21 | 20 | |
22 | 21 | /** |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Cake\Core\Configure; |
17 | 17 | use Cake\Error\Debugger; |
18 | 18 | use Cake\Filesystem\File; |
19 | -use Cake\Log\Log; |
|
20 | 19 | use Cake\View\Helper; |
21 | 20 | |
22 | 21 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace App\Model\Table; |
4 | 4 | |
5 | 5 | use Cake\ORM\Table; |
6 | -use App\Model\AppModel; |
|
7 | 6 | use Cake\Model\Model; |
8 | 7 | use Cake\Routing\Router; |
9 | 8 | use Cake\ORM\TableRegistry; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Contrib\Bundle\CoverallsV1Bundle\Collector; |
3 | 3 | |
4 | 4 | use Contrib\Component\System\Git\GitCommand; |
5 | - |
|
6 | 5 | use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Git; |
7 | 6 | use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Commit; |
8 | 7 | use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Remote; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace App\Controller\Component; |
4 | 4 | |
5 | 5 | use Cake\Controller\Component; |
6 | -use Cake\Routing\Router; |
|
7 | 6 | /** |
8 | 7 | * Order and search component handling generation of ordering and |
9 | 8 | * searching conditions in loading data tables |