Completed
Branch master (8f27ab)
by Tobias
05:14
created
Tests/GeoIP2Test.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
     /**
227 227
      * @param mixed $returnValue
228 228
      *
229
-     * @return \PHPUnit_Framework_MockObject_MockObject|GeoIP2Adapter
229
+     * @return GeoIP2Adapter
230 230
      */
231 231
     private function getGeoIP2AdapterMock($returnValue = '')
232 232
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the Geocoder package.
Please login to merge, or discard this patch.
GeoIP2.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the Geocoder package.
Please login to merge, or discard this patch.
Tests/IntegrationTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the Geocoder package.
Please login to merge, or discard this patch.
Tests/GeoIP2AdapterTest.php 2 patches
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -150,14 +150,14 @@
 block discarded – undo
150 150
                     'city' => [
151 151
                         'geoname_id' => 2911298,
152 152
                         'names' => [
153
-                              'de' => 'Hamburg',
154
-                              'en' => 'Hamburg',
155
-                              'es' => 'Hamburgo',
156
-                              'fr' => 'Hambourg',
157
-                              'ja' => 'ハンブルク',
158
-                              'pt-BR' => 'Hamburgo',
159
-                              'ru' => 'Гамбург',
160
-                              'zh-CN' => '汉堡市',
153
+                                'de' => 'Hamburg',
154
+                                'en' => 'Hamburg',
155
+                                'es' => 'Hamburgo',
156
+                                'fr' => 'Hambourg',
157
+                                'ja' => 'ハンブルク',
158
+                                'pt-BR' => 'Hamburgo',
159
+                                'ru' => 'Гамбург',
160
+                                'zh-CN' => '汉堡市',
161 161
                         ],
162 162
                     ],
163 163
                 ]
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the Geocoder package.
Please login to merge, or discard this patch.
GeoIP2Adapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the Geocoder package.
Please login to merge, or discard this patch.