1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Removed missing interface implementation declaration

This commit is contained in:
Daniel Lowrey 2014-01-22 10:10:04 -05:00
parent 771848b28a
commit 5402715d70

View File

@ -2,7 +2,7 @@
namespace Alert;
class LibeventReactor implements Reactor, Forkable {
class LibeventReactor implements Reactor {
private $base;
private $watchers = [];