Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Oct 2, 2023
1 parent d68cdba commit 6bf6246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/ResponseCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Support\Facades\Facade;

/**
* @method static void clear(array $tags)
* @method static void clear(array $tags = [])
*/
class ResponseCache extends Facade
{
Expand Down

0 comments on commit 6bf6246

Please sign in to comment.