Completed
Push — master ( d1202b...1f3619 )
by Michael
12:36 queued 10:07
created
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/Validator/UniqueObjectTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
         $this->repository    = $this->getMock('Doctrine\Common\Persistence\ObjectRepository');
25 25
     }
26 26
 
27
+    /**
28
+     * @param string[] $fields
29
+     */
27 30
     protected function getValidator($fields, $useContext = true)
28 31
     {
29 32
         return $this->validator = new UniqueObject([
Please login to merge, or discard this patch.