Skip to content

Commit 4b9135f

Browse files
committed
Update code-style 💻
1 parent 46de1fa commit 4b9135f

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

‎src/Services/Storages/Store.php‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
abstract class Store implements BaseStore
1212
{
1313
use Call;
14+
1415
use Makeable;
1516

1617
public function doesntHave(string $key): bool

‎src/Support/Ttl.php‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
class Ttl
1313
{
1414
use Call;
15+
1516
use Has;
1617

1718
public const DAY = 60 * 24;

‎tests/Support/KeyTest.php‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
class KeyTest extends TestCase
2121
{
2222
use Dtoable;
23+
2324
use Requestable;
2425

2526
protected $value = [

‎tests/Support/TagTest.php‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
class TagTest extends TestCase
1919
{
2020
use Dtoable;
21+
2122
use Requestable;
2223

2324
protected $value = [

‎tests/TestCase.php‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
abstract class TestCase extends BaseTestCase
1616
{
1717
use RefreshCache;
18+
1819
use Userable;
1920

2021
protected $cache = 'array';

0 commit comments

Comments
 (0)