mirror of
https://github.com/danog/amp.git
synced 2025-01-22 05:11:42 +01:00
Add missing property declaration.
It was making PHPStorm unhappy :(
This commit is contained in:
parent
73fc260f15
commit
cfb0badf6c
@ -12,6 +12,7 @@ class NativeReactor implements Reactor {
|
||||
private $writeCallbacks = [];
|
||||
private $watcherIdReadStreamIdMap = [];
|
||||
private $watcherIdWriteStreamIdMap = [];
|
||||
private $disabledWatchers = array();
|
||||
private $microsecondResolution = 1000000;
|
||||
private $lastWatcherId = 0;
|
||||
private $isRunning = FALSE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user