Skip to content

Commit 5893279

Browse files
Fixed code-style
1 parent 772f789 commit 5893279

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Services/Cache.php

-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ public function key(...$values): Cache
111111
*
112112
* @see https://laravel.com/docs/12.x/cache#swr
113113
*
114-
* @param int $interval
115-
* @param bool $isMinutes
116-
*
117114
* @return $this
118115
*/
119116
public function flexible(int $interval, bool $isMinutes = true): Cache

tests/Cache/NotWhen/Arrayables/Simple/Arr/IlluminateTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use PHPUnit\Framework\Attributes\DataProvider;
88
use Tests\Cache\NotWhen\Base;
9-
use Tests\Fixtures\Simple\DragonCodeArrayable;
109
use Tests\Fixtures\Simple\IlluminateArrayable;
1110

1211
class IlluminateTest extends Base

0 commit comments

Comments
 (0)