@@ -281,7 +281,7 @@ |
||
| 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()) { |
@@ -548,7 +548,7 @@ |
||
| 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 | } |