Skip to content

Commit

Permalink
refactor(facade): update docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-infernal committed Aug 3, 2023
1 parent 4a6e5e3 commit 140eef8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Facades/ResponsiveImageCraft.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
use Illuminate\Support\Facades\Facade;

/**
* @method static string getCssVariables(string $file, int $maxWidth, array $extensions)
*
* @see \Infernalmedia\ResponsiveImageCraft\ResponsiveImageCraft
*/
class ResponsiveImageCraft extends Facade
Expand Down

0 comments on commit 140eef8

Please sign in to comment.