We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772f789 commit 5893279Copy full SHA for 5893279
src/Services/Cache.php
@@ -111,9 +111,6 @@ public function key(...$values): Cache
111
*
112
* @see https://laravel.com/docs/12.x/cache#swr
113
114
- * @param int $interval
115
- * @param bool $isMinutes
116
- *
117
* @return $this
118
*/
119
public function flexible(int $interval, bool $isMinutes = true): Cache
tests/Cache/NotWhen/Arrayables/Simple/Arr/IlluminateTest.php
@@ -6,7 +6,6 @@
6
7
use PHPUnit\Framework\Attributes\DataProvider;
8
use Tests\Cache\NotWhen\Base;
9
-use Tests\Fixtures\Simple\DragonCodeArrayable;
10
use Tests\Fixtures\Simple\IlluminateArrayable;
11
12
class IlluminateTest extends Base
0 commit comments