@@ -242,7 +242,7 @@ |
||
242 | 242 | * @param $street_id |
243 | 243 | * @param bool $building |
244 | 244 | * |
245 | - * @return string|false |
|
245 | + * @return boolean |
|
246 | 246 | */ |
247 | 247 | public function findFiasHouse($house, $street_id, $building = false) |
248 | 248 | { |
@@ -110,7 +110,7 @@ |
||
110 | 110 | |
111 | 111 | /** |
112 | 112 | * @param $city |
113 | - * @param $region_code |
|
113 | + * @param string $region_code |
|
114 | 114 | * |
115 | 115 | * @return bool|mixed |
116 | 116 | */ |
@@ -18,7 +18,7 @@ |
||
18 | 18 | /** |
19 | 19 | * Строгий поиск |
20 | 20 | * |
21 | - * @param $word |
|
21 | + * @param string $word |
|
22 | 22 | * @param $translited_words |
23 | 23 | * |
24 | 24 | * @return bool|mixed |