Skip to content

Commit

Permalink
Add some phpdoc to ExecutorPool Facade
Browse files Browse the repository at this point in the history
  • Loading branch information
MoamenEltouny committed Jul 30, 2024
1 parent 5984ce6 commit 48b587e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Facades/ExecutorPool.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

use Illuminate\Support\Facades\Facade;

/**
* @method array getPaths()
* @method void addPath(string $path)
*/
class ExecutorPool extends Facade
{
protected static function getFacadeAccessor()
Expand Down

0 comments on commit 48b587e

Please sign in to comment.