Skip to content

Commit e8be3f0

Browse files
NyholmStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent cff5ad6 commit e8be3f0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/CachedResponseClient.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
namespace Geocoder\IntegrationTest;
1212

13+
use GuzzleHttp\Psr7;
14+
use GuzzleHttp\Psr7\Response;
1315
use Http\Client\HttpClient;
1416
use Psr\Http\Message\RequestInterface;
15-
use GuzzleHttp\Psr7\Response;
16-
use GuzzleHttp\Psr7;
1717

1818
/**
19-
* Serve responses from local file cache
19+
* Serve responses from local file cache.
2020
*
2121
* @author Tobias Nyholm <[email protected]>
2222
*/

tests/GoogleMapsTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
namespace Geocoder\IntegrationTest\Test;
1212

13-
14-
use Http\Client\HttpClient;
1513
use Geocoder\IntegrationTest\ProviderIntegrationTest;
1614
use Geocoder\Provider\GoogleMaps\GoogleMaps;
15+
use Http\Client\HttpClient;
1716

1817
/**
1918
* @author Tobias Nyholm <[email protected]>

0 commit comments

Comments
 (0)