Test Failed
Push — master ( 497d03...851fa4 )
by Swen
04:50
created
src/Geometry/Polygon.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -281,7 +281,7 @@
 block discarded – undo
281 281
         
282 282
         // all rings (LineStrings) have to be valid itself
283 283
         /**
284
- * @var \geoPHP\Geometry\LineString $ring
284
+         * @var \geoPHP\Geometry\LineString $ring
285 285
 */
286 286
         foreach ($this->components as $ring) {
287 287
             if ($ring->isEmpty()) {
Please login to merge, or discard this patch.
src/Adapter/OSM.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -548,7 +548,7 @@
 block discarded – undo
548 548
                 if (isset($errContext['http_response_header'])) {
549 549
                     foreach ($errContext['http_response_header'] as $line) {
550 550
                         if (strpos($line, 'Error: ') > -1) {
551
-                              throw new \Exception($line);
551
+                                throw new \Exception($line);
552 552
                         }
553 553
                     }
554 554
                 }
Please login to merge, or discard this patch.