Completed
Push — master ( a268a7...e53e56 )
by Derek Stephen
01:18
created
src/Repository/CountryRepository.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,6 @@  discard block
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @param string $id
46 45
      * @return Country
47 46
      * @throws CountryException
48 47
      */
@@ -58,7 +57,7 @@  discard block
 block discarded – undo
58 57
     }
59 58
 
60 59
     /**
61
-     * @param array $data
60
+     * @param Country $data
62 61
      * @return Country
63 62
      */
64 63
     public function createFromArray(array $data): Country
Please login to merge, or discard this patch.
src/Factory/CountryList.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Del\Factory;
4 4
 
5
-use Del\Entity\Country;
6 5
 use Del\Repository\CountryRepository;
7 6
 
8 7
 class CountryList
Please login to merge, or discard this patch.