Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
arubacao authored and StyleCIBot committed Mar 4, 2018
1 parent 53133d8 commit d1f135d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/SyncCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private function filesToSync(array $filesOnCdn, array $localFiles): array

$md5OfLocal = md5_file($localFile->getRealPath());

if($md5OfLocal != $md5OfCdn) {
if ($md5OfLocal != $md5OfCdn) {
return true;
}

Expand Down
1 change: 0 additions & 1 deletion tests/Commands/SyncCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Arubacao\AssetCdn\Test\Commands;

use Carbon\Carbon;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Storage;

Expand Down

0 comments on commit d1f135d

Please sign in to comment.