@@ -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 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | |
4 | 4 | use GeoFixer\models\GeoFixer; |
5 | 5 | use GeoFixer\models\DatabaseConnection; |
6 | - |
|
7 | 6 | use Katzgrau\KLogger; |
8 | 7 | use Exception; |
9 | 8 |