Skip to content

Commit

Permalink
Fix: stray paren in facade
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Mar 23, 2023
1 parent ad5be83 commit f70c1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/StickyHeader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Support\Facades\Facade;

/**
* @method static setTheme(string $theme))
* @method static setTheme(string $theme)
* @method static disableCss(bool $condition = true)
* @method static string getTheme()
* @method static bool isCssDisabled()
Expand Down

0 comments on commit f70c1ee

Please sign in to comment.