diff --git a/src/EventLoop.php b/src/EventLoop.php index 0fb0d0c..44a9fdc 100644 --- a/src/EventLoop.php +++ b/src/EventLoop.php @@ -3,12 +3,11 @@ namespace EventLoop; use React\EventLoop\Factory; -use React\EventLoop\LibEventLoop; use React\EventLoop\LoopInterface; class EventLoop { - /** @var LibEventLoop */ + /** @var LoopInterface */ static private $loop; static public function setLoop(LoopInterface $loop) {