Completed
Push — master ( 0dd465...6962ca )
by Derek Stephen
09:52 queued 07:55
created
src/Service/Person.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     }
37 37
 
38 38
     /**
39
-     * @param array $person
39
+     * @param PersonEntity $person
40 40
      * @return PersonEntity
41 41
      */
42 42
     public function toArray(PersonEntity $person)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Del\Entity\Person as PersonEntity;
6 6
 use Del\Repository\Person as PersonRepository;
7 7
 use Doctrine\ORM\EntityManager;
8
-use Pimple\Container;
9 8
 
10 9
 class Person
11 10
 {
Please login to merge, or discard this patch.