Skip to content

Commit

Permalink
Merge pull request #37 from her-cat/analysis-zYl9oA
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI

[ci skip] [skip ci]
  • Loading branch information
her-cat committed Oct 20, 2019
2 parents 834b99d + 8ed7762 commit b3ea65a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/WebApi/Direction/LiteClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ class LiteClient extends BaseClient
const ALLOWED_METHODS = ['driving', 'riding', 'walking', 'transit'];

/**
* @param string $method
* @param string $method
* @param string|array $origin
* @param string|array $destination
* @param array $options
* @param array $options
*
* @return array|Response|Collection|mixed|object|ResponseInterface
*
Expand All @@ -64,7 +64,7 @@ public function execute($method, $origin, $destination, $options = [])

/**
* @param string $name
* @param array $arguments
* @param array $arguments
*
* @return array|Response|Collection|mixed|object|ResponseInterface
*
Expand Down

0 comments on commit b3ea65a

Please sign in to comment.