1
0
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:
Leigh 2013-11-15 00:07:54 +00:00
parent 73fc260f15
commit cfb0badf6c

View File

@ -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;