Skip to content

Commit 48b587e

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Facades/ExecutorPool.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
use Illuminate\Support\Facades\Facade;
66

7+
/**
8+
* @method array getPaths()
9+
* @method void addPath(string $path)
10+
*/
711
class ExecutorPool extends Facade
812
{
913
protected static function getFacadeAccessor()

0 commit comments

Comments
 (0)