-
-
Notifications
You must be signed in to change notification settings - Fork 0
VersionCheckNotifier
github-actions edited this page Apr 28, 2026
·
1 revision
Emits update warnings while ensuring version checks never block the requested command.
- Full name:
\FastForward\DevTools\SelfUpdate\VersionCheckNotifier - This class is marked as final and can't be subclassed
- This class implements:
\FastForward\DevTools\SelfUpdate\VersionCheckNotifierInterface - This class is a Final class
public __construct(\FastForward\DevTools\SelfUpdate\VersionCheckerInterface $versionChecker, \FastForward\DevTools\Environment\RuntimeEnvironmentInterface $environment): mixedParameters:
| Parameter | Type | Description |
|---|---|---|
$versionChecker |
\FastForward\DevTools\SelfUpdate\VersionCheckerInterface | the checker used to resolve latest release metadata |
$environment |
\FastForward\DevTools\Environment\RuntimeEnvironmentInterface | resolves runtime environment capabilities |
Warns when a newer stable DevTools version is available.
public notify(\Symfony\Component\Console\Output\OutputInterface $output): voidParameters:
| Parameter | Type | Description |
|---|---|---|
$output |
\Symfony\Component\Console\Output\OutputInterface | the command output receiving a non-blocking warning |