-
-
Notifications
You must be signed in to change notification settings - Fork 0
WorkingDirectorySwitcher
github-actions edited this page Apr 28, 2026
·
1 revision
Applies Composer-like working-directory switching for the standalone binary.
- Full name:
\FastForward\DevTools\SelfUpdate\WorkingDirectorySwitcher - This class is marked as final and can't be subclassed
- This class implements:
\FastForward\DevTools\SelfUpdate\WorkingDirectorySwitcherInterface - This class is a Final class
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 |