Home
last modified time | relevance | path

Searched refs:mustRun (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/symfony/process/
H A DCHANGELOG.md51 `mustRun()`, and `restart()` methods of the `Process` class
73 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
84 * added the convenience method "mustRun"
H A DProcess.php270 public function mustRun(?callable $callback = null, array $env = []): self function in Symfony\\Component\\Process\\Process