Skip to content

Commit 68afaa8

Browse files
committed
remove unused import, remove extra white space, update Changelog
1 parent b3e83a4 commit 68afaa8

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

src/Common/Query/GeocodeQuery.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
namespace Geocoder\Query;
1414

15-
use Geocoder\Exception\InvalidArgument;
1615
use Geocoder\Geocoder;
1716
use Geocoder\Model\Bounds;
1817

@@ -24,7 +23,7 @@ final class GeocodeQuery implements Query
2423
/**
2524
* The address or text that should be geocoded.
2625
*
27-
* @var string | null
26+
* @var string|null
2827
*/
2928
private $text;
3029

src/Provider/Here/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5+
## 0.8.0
6+
7+
### Added
8+
9+
- Add support for GS7 API as per https://www.here.com/docs/bundle/geocoding-and-search-api-v7-api-reference/page/index.html
10+
11+
### Removed
12+
13+
- Drop support for Geocode version 6
14+
515
## 0.7.1
616

717
### Fixed

src/Provider/Here/Tests/IntegrationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
/**
3030
* @author Sébastien Barré <[email protected]>
31+
*
3132
* @group here
3233
* @group here-integration
3334
*/

0 commit comments

Comments
 (0)