Skip to content

Commit

Permalink
Adds @throws section to Conccurrency manager docs (#52856)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnambaale authored Sep 20, 2024
1 parent 580197a commit abf86b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Concurrency/ConcurrencyManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public function createProcessDriver(array $config)
*
* @param array $config
* @return \Illuminate\Concurrency\ForkDriver
*
* @throws \RuntimeException
*/
public function createForkDriver(array $config)
{
Expand Down

0 comments on commit abf86b0

Please sign in to comment.