We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fb4aa commit 5752693Copy full SHA for 5752693
src/Cully/ICommand.php
@@ -7,6 +7,7 @@ interface ICommand {
7
* @param string $command
8
* @param string|null $cwd The working directory in which to execute the command
9
* @param array $env Any environment variables to set
10
+ *
11
* @return void
12
*/
13
public function exec($command, $cwd=null, array $env=[]);
0 commit comments