Completed
Push — dev-master ( 8ed987...1e9198 )
by Derek Stephen
04:46
created
src/Mvc/Controller.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@  discard block
 block discarded – undo
4 4
 
5 5
 use Bone\Db\Adapter\MySQL;
6 6
 use Bone\Mvc\View\Extension\Plates\Translate;
7
-use Bone\Mvc\View\ViewEngine;
8
-use Bone\Mvc\View\PlatesEngine;
9 7
 use Bone\Server\Environment;
10 8
 use Bone\Service\LoggerFactory;
11 9
 use Bone\Service\MailService;
@@ -14,9 +12,7 @@  discard block
 block discarded – undo
14 12
 use League\Plates\Engine;
15 13
 use LogicException;
16 14
 use Monolog\Logger;
17
-use PDO;
18 15
 use Psr\Http\Message\ServerRequestInterface;
19
-use stdClass;
20 16
 use Zend\Diactoros\Response\TextResponse;
21 17
 use Zend\Mail\Transport\Smtp;
22 18
 use Zend\Mail\Transport\SmtpOptions;
Please login to merge, or discard this patch.