From 2e4727c75f5d5de609e742e4d45aec3335569596 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 23 Jul 2023 14:06:21 +0100 Subject: [PATCH] CS and doc fixes (#1525) * CS and doc fixes * Update static.yml --- src/Input/CalculateRouteMatrixRequest.php | 8 ++++---- src/ValueObject/TimeZone.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Input/CalculateRouteMatrixRequest.php b/src/Input/CalculateRouteMatrixRequest.php index 1b688f1..5855dbc 100644 --- a/src/Input/CalculateRouteMatrixRequest.php +++ b/src/Input/CalculateRouteMatrixRequest.php @@ -49,10 +49,10 @@ final class CalculateRouteMatrixRequest extends Input * array defined in WGS 84 [^1] format: `[longitude, latitude]`. For example, `[-123.115, 49.285]`. * * ! Depending on the data provider selected in the route calculator resource there may be additional restrictions on - * ! the inputs you can choose. See Position restrictions [^2] in the *Amazon Location Service Developer Guide*. + * ! the inputs you can choose. See Position restrictions [^2] in the *Amazon Location Service Developer Guide*. * * > For route calculators that use Esri as the data provider, if you specify a departure that's not located on a road, - * > Amazon Location moves the position to the nearest road [^3]. The snapped value is available in the result in + * > Amazon Location moves the position to the nearest road [^3]. The snapped value is available in the result in * > `SnappedDeparturePositions`. * * Valid Values: `[-180 to 180,-90 to 90]` @@ -87,10 +87,10 @@ final class CalculateRouteMatrixRequest extends Input * defined in WGS 84 [^1] format: `[longitude, latitude]`. For example, `[-122.339, 47.615]`. * * ! Depending on the data provider selected in the route calculator resource there may be additional restrictions on - * ! the inputs you can choose. See Position restrictions [^2] in the *Amazon Location Service Developer Guide*. + * ! the inputs you can choose. See Position restrictions [^2] in the *Amazon Location Service Developer Guide*. * * > For route calculators that use Esri as the data provider, if you specify a destination that's not located on a - * > road, Amazon Location moves the position to the nearest road [^3]. The snapped value is available in the result in + * > road, Amazon Location moves the position to the nearest road [^3]. The snapped value is available in the result in * > `SnappedDestinationPositions`. * * Valid Values: `[-180 to 180,-90 to 90]` diff --git a/src/ValueObject/TimeZone.php b/src/ValueObject/TimeZone.php index 699b269..39390d6 100644 --- a/src/ValueObject/TimeZone.php +++ b/src/ValueObject/TimeZone.php @@ -10,7 +10,7 @@ final class TimeZone { /** - * The name of the time zone, following the IANA time zone standard [^1]. For example, `America/Los_Angeles`. + * The name of the time zone, following the IANA time zone standard [^1]. For example, `America/Los_Angeles`. * * [^1]: https://www.iana.org/time-zones *