Completed
Branch master (a0b8e2)
by Konstantin
02:08
created
app/GeoFixerFacade.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -242,7 +242,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
app/models/GeoFixer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.