-
-
Notifications
You must be signed in to change notification settings - Fork 0
WorkingDirectorySwitcherInterface
github-actions edited this page Apr 28, 2026
·
1 revision
Switches the process working directory before command execution starts.
- Full name:
\FastForward\DevTools\SelfUpdate\WorkingDirectorySwitcherInterface
Switches to the provided working directory when one is configured.
public switchTo(string|null $workingDirectory): voidParameters:
| Parameter | Type | Description |
|---|---|---|
$workingDirectory |
string|null | the target working directory, or null when no switch is requested |