Skip to content

Commit

Permalink
Merge pull request #14 from awcodes/fix/stray-paren
Browse files Browse the repository at this point in the history
Fix: stray paren in facade
  • Loading branch information
awcodes authored Mar 23, 2023
2 parents ad5be83 + f70c1ee commit b75cd59
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 b75cd59

Please sign in to comment.