Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Fix StyleCI (#1084)
Browse files Browse the repository at this point in the history
* Update .styleci.yml

* Apply StyleCI fix

* Update .styleci.yml

* Apply StyleCI fix

* Apply StyleCI fix
  • Loading branch information
jbelien committed Oct 8, 2020
1 parent a35324a commit 3d56a87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Mapzen.php
Expand Up @@ -180,7 +180,7 @@ private function executeQuery(string $url): AddressCollection
/**
* @param array $components
*
* @return null|string
* @return string|null
*/
protected function guessLocality(array $components)
{
Expand All @@ -192,7 +192,7 @@ protected function guessLocality(array $components)
/**
* @param array $components
*
* @return null|string
* @return string|null
*/
protected function guessStreetName(array $components)
{
Expand All @@ -204,7 +204,7 @@ protected function guessStreetName(array $components)
/**
* @param array $components
*
* @return null|string
* @return string|null
*/
protected function guessSubLocality(array $components)
{
Expand All @@ -217,7 +217,7 @@ protected function guessSubLocality(array $components)
* @param array $components
* @param array $keys
*
* @return null|string
* @return string|null
*/
protected function guessBestComponent(array $components, array $keys)
{
Expand Down

0 comments on commit 3d56a87

Please sign in to comment.