Skip to content

Commit b429fe4

Browse files
committed
chore: update BladeInlineScriptsFacade annotations
1 parent 8f91230 commit b429fe4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/BladeInlineScriptsFacade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
use Zmyslny\LaravelInlineScripts\Contracts\RenderableScript;
99

1010
/**
11-
* @method static BladeInlineScriptsFacade take(RenderableScript ...$inlineScripts)
11+
* @method static BladeInlineScriptsCore take(RenderableScript ...$scripts)
12+
* @method static BladeInlineScriptsCore takeFile(string $path, array<string, string> $placeholders = [])
13+
* @method static BladeInlineScriptsCore takeFiles(array< string, array<string,string> >|string ...$paths)
1214
*/
1315
class BladeInlineScriptsFacade extends Facade
1416
{

0 commit comments

Comments
 (0)