File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525class 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1515use Symfony \Component \Process \Exception \LogicException ;
1616
1717/**
18- * Process builder.
19- *
2018 * @author Kris Wallsmith <[email protected] > 2119 */
2220class 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 ())
You can’t perform that action at this time.
0 commit comments