Skip to content

Commit d44ef4f

Browse files
committed
chore(credit): [import] add author and link to the process manager
1 parent afebfff commit d44ef4f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/ProcessManager/ProcessManager.php

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

1010
/**
1111
* The process manager for executing multiple processes in parallel.
12+
*
13+
* @thanks BluePsyduck <bluepsyduck@gmx.com>
14+
*
15+
* @see https://github.com/BluePsyduck/symfony-process-manager
1216
*/
1317
class ProcessManager implements ProcessManagerInterface
1418
{

src/ProcessManager/ProcessManagerInterface.php

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

99
/**
1010
* The interface of the process manager.
11+
*
12+
* @thanks BluePsyduck <bluepsyduck@gmx.com>
13+
*
14+
* @see https://github.com/BluePsyduck/symfony-process-manager
1115
*/
1216
interface ProcessManagerInterface
1317
{

0 commit comments

Comments
 (0)