@@ -42,6 +42,7 @@ discard block |
||
| 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 |
||
| 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 | */ |