Skip to content

Commit

Permalink
Styleci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmartin69 committed Oct 26, 2018
1 parent ce99c8b commit ff93b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Cache/CacheManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Illuminate\Tests\Cache;

use Illuminate\Cache\ArrayStore;
use Mockery as m;
use PHPUnit\Framework\TestCase;
use Illuminate\Cache\ArrayStore;
use Illuminate\Cache\CacheManager;

class CacheManagerTest extends TestCase
Expand Down Expand Up @@ -63,7 +63,7 @@ public function testForgetCacheForgets()
],
],
]);
$cacheManager->extend('forget', function() {
$cacheManager->extend('forget', function () {
return new ArrayStore();
});

Expand Down

0 comments on commit ff93b7d

Please sign in to comment.