Skip to content

VersionCheckNotifierInterface

github-actions edited this page Apr 28, 2026 · 1 revision

Emits non-blocking DevTools freshness notices for interactive binary runs.


  • Full name: \FastForward\DevTools\SelfUpdate\VersionCheckNotifierInterface

Methods

notify

Warns when a newer stable DevTools version is available.

public notify(\Symfony\Component\Console\Output\OutputInterface $output): void

Parameters:

Parameter Type Description
$output \Symfony\Component\Console\Output\OutputInterface the command output receiving a non-blocking warning

Clone this wiki locally