Skip to content

Commit

Permalink
CS and doc fixes (#1525)
Browse files Browse the repository at this point in the history
* CS and doc fixes

* Update static.yml
  • Loading branch information
GrahamCampbell authored Jul 23, 2023
1 parent 4e674e2 commit 2e4727c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Input/CalculateRouteMatrixRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]`
Expand Down Expand Up @@ -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]`
Expand Down
2 changes: 1 addition & 1 deletion src/ValueObject/TimeZone.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 2e4727c

Please sign in to comment.