Completed
Push — master ( d1202b...1f3619 )
by Michael
12:36 queued 10:07
created
test/JhFlexiTimeTest/DBAL/Types/TimeTypeTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace JhFlexiTimeTest\DBAL\Types;
4 4
 
5 5
 use Doctrine\DBAL\Platforms\MySQL57Platform;
6
-use JhFlexiTime\DBAL\Types\DateType;
7 6
 use PHPUnit_Framework_TestCase;
8 7
 use Doctrine\DBAL\Types\Type;
9
-use Doctrine\Tests\DBAL\Mocks\MockPlatform;
10 8
 
11 9
 /**
12 10
  * Class TimeTypeTest
Please login to merge, or discard this patch.
test/JhFlexiTimeTest/Util/ServiceManagerFactory.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,10 +5,8 @@
 block discarded – undo
5 5
 use Zend\Mvc\Service\ServiceManagerConfig;
6 6
 use Zend\ServiceManager\ServiceManager;
7 7
 use Zend\ServiceManager\ServiceLocatorInterface;
8
-
9 8
 use Doctrine\Common\DataFixtures\Purger\ORMPurger as FixturePurger;
10 9
 use Doctrine\Common\DataFixtures\Executor\ORMExecutor as FixtureExecutor;
11
-
12 10
 use Doctrine\ORM\Tools\SchemaTool;
13 11
 use Doctrine\DBAL\Types\Type;
14 12
 
Please login to merge, or discard this patch.
test/JhFlexiTimeTest/Controller/BookingControllerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,13 +3,11 @@
 block discarded – undo
3 3
 namespace JhFlexiTimeTest\Controller;
4 4
 
5 5
 use JhFlexiTime\Controller\BookingRestController;
6
-
7 6
 use JhFlexiTime\DateTime\DateTime;
8 7
 use JhFlexiTime\Entity\UserSettings;
9 8
 use JhFlexiTime\Repository\UserSettingsRepositoryInterface;
10 9
 use JhUser\Entity\User;
11 10
 use Zend\Http\Request;
12
-use Zend\Http\Response;
13 11
 use Zend\Mvc\MvcEvent;
14 12
 use Zend\Mvc\Router\RouteMatch;
15 13
 use Zend\Mvc\Router\Http\TreeRouteStack as HttpRouter;
Please login to merge, or discard this patch.