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:
parent
771848b28a
commit
5402715d70
@ -2,7 +2,7 @@
|
||||
|
||||
namespace Alert;
|
||||
|
||||
class LibeventReactor implements Reactor, Forkable {
|
||||
class LibeventReactor implements Reactor {
|
||||
|
||||
private $base;
|
||||
private $watchers = [];
|
||||
|
Loading…
Reference in New Issue
Block a user