Skip to content

Commit

Permalink
Refactor style
Browse files Browse the repository at this point in the history
  • Loading branch information
xdevor committed Nov 12, 2023
1 parent 32f7a5c commit ff07be4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/Illuminate/Cache/DatabaseStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Illuminate\Cache;

use Closure;
use Exception;
use Illuminate\Contracts\Cache\LockProvider;
use Illuminate\Contracts\Cache\Store;
use Illuminate\Database\ConnectionInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
trait InteractsWithCacheTable
{
/**
* Create all cache related table tables
* Create all cache related table tables.
*/
protected function createCacheTables()
{
Expand All @@ -26,7 +26,7 @@ protected function createCacheTables()
}

/**
* Drop all cache related table tables
* Drop all cache related table tables.
*/
protected function dropCacheTables()
{
Expand Down
1 change: 0 additions & 1 deletion tests/Cache/CacheDatabaseStoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Illuminate\Tests\Cache;

use Closure;
use Exception;
use Illuminate\Cache\DatabaseStore;
use Illuminate\Database\Connection;
use Illuminate\Database\PostgresConnection;
Expand Down
1 change: 0 additions & 1 deletion tests/Integration/Database/DatabaseCacheStoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Illuminate\Foundation\Testing\Concerns\InteractsWithCacheTable;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\DB;
use Illuminate\Tests\Integration\Database\DatabaseTestCase;

class DatabaseCacheStoreTest extends DatabaseTestCase
{
Expand Down

0 comments on commit ff07be4

Please sign in to comment.