Skip to content

Commit d4869e7

Browse files
committed
Add some phpdoc to ExecutorPool Facade
1 parent 48b587e commit d4869e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Facades/ExecutorPool.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use Illuminate\Support\Facades\Facade;
66

77
/**
8-
* @method array getPaths()
9-
* @method void addPath(string $path)
8+
* @method static array getPaths()
9+
* @method static void addPath(string $path)
1010
*/
1111
class ExecutorPool extends Facade
1212
{

0 commit comments

Comments
 (0)