Skip to content

Commit

Permalink
Change PHPDoc for method clear(array ) in Facade (#451)
Browse files Browse the repository at this point in the history
Co-authored-by: Krasilnikov Andrew <[email protected]>
  • Loading branch information
kra-so and z010107 committed Sep 27, 2023
1 parent c022985 commit 5173657
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()
* @method static void clear(array $tags)
*/
class ResponseCache extends Facade
{
Expand Down

0 comments on commit 5173657

Please sign in to comment.