Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d00d2e

Browse files
OskarStarkfabpot
authored andcommitted
removed useless PHPDoc
1 parent 95c5ed0 commit 1d00d2e

3 files changed

Lines changed: 0 additions & 8 deletions

File tree

PhpProcess.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
class PhpProcess extends Process
2626
{
2727
/**
28-
* Constructor.
29-
*
3028
* @param string $script The PHP script to run (as a string)
3129
* @param string|null $cwd The working directory or null to use the working dir of the current PHP process
3230
* @param array|null $env The environment variables or null to use the same environment as the current PHP process

Process.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ class Process
127127
);
128128

129129
/**
130-
* Constructor.
131-
*
132130
* @param string $commandline The command line to run
133131
* @param string|null $cwd The working directory or null to use the working dir of the current PHP process
134132
* @param array|null $env The environment variables or null to use the same environment as the current PHP process

ProcessBuilder.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
use Symfony\Component\Process\Exception\LogicException;
1616

1717
/**
18-
* Process builder.
19-
*
2018
* @author Kris Wallsmith <[email protected]>
2119
*/
2220
class ProcessBuilder
@@ -32,8 +30,6 @@ class ProcessBuilder
3230
private $outputDisabled = false;
3331

3432
/**
35-
* Constructor.
36-
*
3733
* @param string[] $arguments An array of arguments
3834
*/
3935
public function __construct(array $arguments = array())

0 commit comments

Comments
 (0)