Skip to content

Commit 949a06e

Browse files
authored
Add docblock to facade
Helps with IDE support
1 parent 9afd7db commit 949a06e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Facades/Shell.php

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
use Illuminate\Support\Facades\Facade;
66

7+
/**
8+
* @method static void showInFolder(string $path)
9+
* @method static string openFile(string $path)
10+
* @method static void trashFile(string $path)
11+
* @method static void openExternal(string $url)
12+
*/
713
class Shell extends Facade
814
{
915
protected static function getFacadeAccessor()

0 commit comments

Comments
 (0)