Skip to content

Commit abf86b0

Browse files
authored
Adds @throws section to Conccurrency manager docs (#52856)
1 parent 580197a commit abf86b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Concurrency/ConcurrencyManager.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ public function createProcessDriver(array $config)
3939
*
4040
* @param array $config
4141
* @return \Illuminate\Concurrency\ForkDriver
42+
*
43+
* @throws \RuntimeException
4244
*/
4345
public function createForkDriver(array $config)
4446
{

0 commit comments

Comments
 (0)