Skip to content

Commit

Permalink
Merge pull request #19 from sausin/analysis-8wGAO2
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
sausin authored Nov 21, 2019
2 parents 3541786 + 1802711 commit 972cba0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/OVHServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

namespace Sausin\LaravelOvh;

use GuzzleHttp\Client;
use OpenStack\OpenStack;
use BadMethodCallException;
use GuzzleHttp\Client;
use GuzzleHttp\HandlerStack;
use League\Flysystem\Filesystem;
use OpenStack\Identity\v2\Service;
use Illuminate\Support\Facades\Storage;
use Illuminate\Support\ServiceProvider;
use League\Flysystem\Filesystem;
use OpenStack\Common\Transport\Utils as TransportUtils;
use OpenStack\Identity\v2\Service;
use OpenStack\OpenStack;

class OVHServiceProvider extends ServiceProvider
{
Expand Down
6 changes: 3 additions & 3 deletions src/OVHSwiftAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Sausin\LaravelOvh;

use Carbon\Carbon;
use BadMethodCallException;
use OpenStack\ObjectStore\v1\Service;
use Carbon\Carbon;
use Nimbusoft\Flysystem\OpenStack\SwiftAdapter;
use OpenStack\Common\Error\BadResponseError;
use OpenStack\ObjectStore\v1\Models\Container;
use Nimbusoft\Flysystem\OpenStack\SwiftAdapter;
use OpenStack\ObjectStore\v1\Service;

class OVHSwiftAdapter extends SwiftAdapter
{
Expand Down
2 changes: 1 addition & 1 deletion tests/BasicAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Sausin\LaravelOvh\Tests;

use Mockery;
use Carbon\Carbon;
use League\Flysystem\Config;
use Mockery;
use Sausin\LaravelOvh\OVHSwiftAdapter;

class BasicAdapterTest extends \PHPUnit_Framework_TestCase
Expand Down
2 changes: 1 addition & 1 deletion tests/CustomEndpointTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Sausin\LaravelOvh\Tests;

use Mockery;
use Carbon\Carbon;
use League\Flysystem\Config;
use Mockery;
use Sausin\LaravelOvh\OVHSwiftAdapter;

class CustomEndpointTest extends \PHPUnit_Framework_TestCase
Expand Down

0 comments on commit 972cba0

Please sign in to comment.