Skip to content

Commit

Permalink
🚨 Apply PHP CS Fixer fixes (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored Mar 2, 2024
1 parent d825dc6 commit 4c38627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/IntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ class IntegrationTest extends ProviderIntegrationTest
];

/**
* @return \Geocoder\Provider\Provider that is used in the tests
* @return Geocoder\Provider\Provider that is used in the tests
*/
protected function createProvider(ClientInterface $httpClient)
{
return new \Geocoder\Provider\AzureMaps\AzureMaps($httpClient, $_SERVER['AZURE_MAPS_SUBSCRIPTION_KEY']);
return new Geocoder\Provider\AzureMaps\AzureMaps($httpClient, $_SERVER['AZURE_MAPS_SUBSCRIPTION_KEY']);
}

/**
Expand Down

0 comments on commit 4c38627

Please sign in to comment.