Passed
Push — master ( 0fd618...5e6b25 )
by Swen
03:08
created
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.