Skip to content

Commit

Permalink
Update CS dependencies (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse authored Mar 19, 2024
1 parent 4c3923f commit ce179bb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Changed

- AWS enhancement: Documentation updates.

## 1.0.1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/ValueObject/CalculateRouteMatrixSummary.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final class CalculateRouteMatrixSummary
{
/**
* The data provider of traffic and road network data used to calculate the routes. Indicates one of the available
* providers:.
* providers:
*
* - `Esri`
* - `Grab`
Expand Down
2 changes: 1 addition & 1 deletion src/ValueObject/CalculateRouteSummary.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final class CalculateRouteSummary
{
/**
* The data provider of traffic and road network data used to calculate the route. Indicates one of the available
* providers:.
* providers:
*
* - `Esri`
* - `Grab`
Expand Down
2 changes: 1 addition & 1 deletion src/ValueObject/PlaceGeometry.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
final class PlaceGeometry
{
/**
* A single point geometry specifies a location for a Place using WGS 84 [^1] coordinates:.
* A single point geometry specifies a location for a Place using WGS 84 [^1] coordinates:
*
* - *x* — Specifies the x coordinate or longitude.
* - *y* — Specifies the y coordinate or latitude.
Expand Down
2 changes: 1 addition & 1 deletion src/ValueObject/SearchPlaceIndexForPositionSummary.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ final class SearchPlaceIndexForPositionSummary
{
/**
* The geospatial data provider attached to the place index resource specified in the request. Values can be one of the
* following:.
* following:
*
* - Esri
* - Grab
Expand Down
2 changes: 1 addition & 1 deletion src/ValueObject/SearchPlaceIndexForTextSummary.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class SearchPlaceIndexForTextSummary

/**
* The geospatial data provider attached to the place index resource specified in the request. Values can be one of the
* following:.
* following:
*
* - Esri
* - Grab
Expand Down

0 comments on commit ce179bb

Please sign in to comment.