@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * File NullProcess.php |
|
4 | - * |
|
5 | - * @author Edward Pfremmer <[email protected]> |
|
6 | - */ |
|
3 | + * File NullProcess.php |
|
4 | + * |
|
5 | + * @author Edward Pfremmer <[email protected]> |
|
6 | + */ |
|
7 | 7 | namespace Epfremme\ProcessQueue\Process; |
8 | 8 | |
9 | 9 | use Symfony\Component\Process\Process; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * File ProcessFactory.php |
|
4 | - * |
|
5 | - * @author Edward Pfremmer <[email protected]> |
|
6 | - */ |
|
3 | + * File ProcessFactory.php |
|
4 | + * |
|
5 | + * @author Edward Pfremmer <[email protected]> |
|
6 | + */ |
|
7 | 7 | namespace Epfremme\ProcessQueue\Process; |
8 | 8 | |
9 | 9 | use Symfony\Component\Process\Process; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * File ProcessManager.php |
|
4 | - * |
|
5 | - * @author Edward Pfremmer <[email protected]> |
|
6 | - */ |
|
3 | + * File ProcessManager.php |
|
4 | + * |
|
5 | + * @author Edward Pfremmer <[email protected]> |
|
6 | + */ |
|
7 | 7 | namespace Epfremme\ProcessQueue\Process; |
8 | 8 | |
9 | 9 | use GuzzleHttp\Promise\Promise; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * File ProcessQueue.php |
|
4 | - * |
|
5 | - * @author Edward Pfremmer <[email protected]> |
|
6 | - */ |
|
3 | + * File ProcessQueue.php |
|
4 | + * |
|
5 | + * @author Edward Pfremmer <[email protected]> |
|
6 | + */ |
|
7 | 7 | namespace Epfremme\ProcessQueue\Process; |
8 | 8 | |
9 | 9 | use Epfremme\Collection\Collection; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * File ProcessorCounter.php |
|
4 | - * |
|
5 | - * @author Edward Pfremmer <[email protected]> |
|
6 | - */ |
|
3 | + * File ProcessorCounter.php |
|
4 | + * |
|
5 | + * @author Edward Pfremmer <[email protected]> |
|
6 | + */ |
|
7 | 7 | namespace Epfremme\ProcessQueue\System; |
8 | 8 | |
9 | 9 | /** |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * File InvalidWorkingDirectoryException.php |
|
4 | - * |
|
5 | - * @author Edward Pfremmer <[email protected]> |
|
6 | - */ |
|
3 | + * File InvalidWorkingDirectoryException.php |
|
4 | + * |
|
5 | + * @author Edward Pfremmer <[email protected]> |
|
6 | + */ |
|
7 | 7 | namespace Epfremme\ProcessQueue\Tests\Process\Exception; |
8 | 8 | |
9 | 9 | use Epfremme\ProcessQueue\Process\Exception\InvalidWorkingDirectoryException; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * File NullProcessTest.php |
|
4 | - * |
|
5 | - * @author Edward Pfremmer <[email protected]> |
|
6 | - */ |
|
3 | + * File NullProcessTest.php |
|
4 | + * |
|
5 | + * @author Edward Pfremmer <[email protected]> |
|
6 | + */ |
|
7 | 7 | namespace Epfremme\ProcessQueue\Tests\Process; |
8 | 8 | |
9 | 9 | use Epfremme\ProcessQueue\Process\NullProcess; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * File ProcessFactoryTest.php |
|
4 | - * |
|
5 | - * @author Edward Pfremmer <[email protected]> |
|
6 | - */ |
|
3 | + * File ProcessFactoryTest.php |
|
4 | + * |
|
5 | + * @author Edward Pfremmer <[email protected]> |
|
6 | + */ |
|
7 | 7 | namespace Epfremme\ProcessQueue\Tests\Process; |
8 | 8 | |
9 | 9 | use Epfremme\ProcessQueue\Process\ProcessFactory; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * File ProcessManagerTest.php |
|
4 | - * |
|
5 | - * @author Edward Pfremmer <[email protected]> |
|
6 | - */ |
|
3 | + * File ProcessManagerTest.php |
|
4 | + * |
|
5 | + * @author Edward Pfremmer <[email protected]> |
|
6 | + */ |
|
7 | 7 | namespace Epfremme\ProcessQueue\Tests\Process; |
8 | 8 | |
9 | 9 | use Epfremme\ProcessQueue\Process\ProcessFactory; |