Completed
Push — master ( 098545...a17288 )
by Derek Stephen
02:03
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.