1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00

SignalReactor doc updates

This commit is contained in:
Daniel Lowrey 2014-06-11 11:01:46 -04:00
parent 4ad6dae260
commit 2f039ac6d2

View File

@ -5,7 +5,7 @@ namespace Alert;
interface SignalReactor extends Reactor {
/**
* React to POSIX-style signals
* React to process control signals
*
* @param int $signal The signal to watch for (e.g. 2 for SIGINT)
* @param callable $onSignal