Completed
Push — master ( 1ca939...ae40e8 )
by Lars
03:51
created
src/Utility.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,6 +42,7 @@  discard block
 block discarded – undo
42 42
      * Gets municipality code
43 43
      *
44 44
      * $return integer
45
+     * @return string|null
45 46
      */
46 47
     public function getMunicipalityCode($municipality)
47 48
     {
@@ -53,7 +54,7 @@  discard block
 block discarded – undo
53 54
     /**
54 55
      * Loops through csv file and stops with search
55 56
      *
56
-     * @param $file_name
57
+     * @param string $file_name
57 58
      * @param $search
58 59
      * @return array
59 60
      */
Please login to merge, or discard this patch.