From ce179bb5515cbd604a00713058505002cee6a87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Tue, 19 Mar 2024 10:24:25 +0100 Subject: [PATCH] Update CS dependencies (#1688) --- CHANGELOG.md | 4 ++++ src/ValueObject/CalculateRouteMatrixSummary.php | 2 +- src/ValueObject/CalculateRouteSummary.php | 2 +- src/ValueObject/PlaceGeometry.php | 2 +- src/ValueObject/SearchPlaceIndexForPositionSummary.php | 2 +- src/ValueObject/SearchPlaceIndexForTextSummary.php | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ed932..1090c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## NOT RELEASED +### Changed + +- AWS enhancement: Documentation updates. + ## 1.0.1 ### Changed diff --git a/src/ValueObject/CalculateRouteMatrixSummary.php b/src/ValueObject/CalculateRouteMatrixSummary.php index 1fdf969..31a783d 100644 --- a/src/ValueObject/CalculateRouteMatrixSummary.php +++ b/src/ValueObject/CalculateRouteMatrixSummary.php @@ -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` diff --git a/src/ValueObject/CalculateRouteSummary.php b/src/ValueObject/CalculateRouteSummary.php index dc4b51e..6166272 100644 --- a/src/ValueObject/CalculateRouteSummary.php +++ b/src/ValueObject/CalculateRouteSummary.php @@ -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` diff --git a/src/ValueObject/PlaceGeometry.php b/src/ValueObject/PlaceGeometry.php index ffeb822..472c98f 100644 --- a/src/ValueObject/PlaceGeometry.php +++ b/src/ValueObject/PlaceGeometry.php @@ -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. diff --git a/src/ValueObject/SearchPlaceIndexForPositionSummary.php b/src/ValueObject/SearchPlaceIndexForPositionSummary.php index 9075ed7..59ab50c 100644 --- a/src/ValueObject/SearchPlaceIndexForPositionSummary.php +++ b/src/ValueObject/SearchPlaceIndexForPositionSummary.php @@ -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 diff --git a/src/ValueObject/SearchPlaceIndexForTextSummary.php b/src/ValueObject/SearchPlaceIndexForTextSummary.php index 69de0b9..8363bf2 100644 --- a/src/ValueObject/SearchPlaceIndexForTextSummary.php +++ b/src/ValueObject/SearchPlaceIndexForTextSummary.php @@ -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