Skip to content

Commit

Permalink
Merge pull request #9 from spatie/analysis-d09Dxw
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
rubenvanassche authored Mar 26, 2020
2 parents 550df49 + 25dc7d9 commit 37c9d3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/GoogleTimeZoneTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

use DateTime;
use GuzzleHttp\Client;
use GuzzleHttp\Middleware;
use GuzzleHttp\Handler\MockHandler;
use GuzzleHttp\HandlerStack;
use GuzzleHttp\Middleware;
use GuzzleHttp\Psr7\Response;
use PHPUnit\Framework\TestCase;
use GuzzleHttp\Handler\MockHandler;
use Spatie\GoogleTimeZone\GoogleTimeZone;
use Spatie\GoogleTimeZone\Exceptions\GoogleTimeZoneException;
use Spatie\GoogleTimeZone\GoogleTimeZone;

class GoogleTimeZoneTest extends TestCase
{
Expand Down

0 comments on commit 37c9d3d

Please sign in to comment.