Skip to content

Commit

Permalink
Apply fixes from StyleCI (#22557)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 28, 2017
1 parent a12ed15 commit 65b304e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Filesystem/FilesystemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Illuminate\Tests\Filesystem;

use Illuminate\Filesystem\FilesystemManager;
use Illuminate\Foundation\Application;
use League\Flysystem\Adapter\Ftp;
use PHPUnit\Framework\TestCase;
use League\Flysystem\Adapter\Ftp;
use Illuminate\Filesystem\Filesystem;
use Illuminate\Foundation\Application;
use Illuminate\Filesystem\FilesystemManager;

class FilesystemTest extends TestCase
{
Expand Down Expand Up @@ -453,7 +453,7 @@ public function testCreateFtpDriver()
'host' => 'ftp.example.com',
'username' => 'admin',
'permPublic' => 0700,
'unsopertedParam' => true
'unsopertedParam' => true,
]);

/** @var Ftp $adapter */
Expand Down

0 comments on commit 65b304e

Please sign in to comment.