Skip to content

Commit fdaf813

Browse files
committed
Add docs to Drush\Drush::process.
1 parent 0dd2f02 commit fdaf813

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Drush.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,9 @@ public static function siteProcess(AliasRecord $siteAlias, $args = [], $options
347347
/**
348348
* Run a bash fragment locally.
349349
*
350+
* The timeout parameter on this method doesn't work. It exists for compatibility with parent.
351+
* Call this method to get a Process and then call setters as needed.
352+
*
350353
* @param string|array $commandline The command line to run
351354
* @param string|null $cwd The working directory or null to use the working dir of the current PHP process
352355
* @param array|null $env The environment variables or null to use the same environment as the current PHP process

0 commit comments

Comments
 (0)