diff --git a/src/EventLoopInterface.php b/src/EventLoopInterface.php index 27c1c5d..409ebdd 100644 --- a/src/EventLoopInterface.php +++ b/src/EventLoopInterface.php @@ -2,7 +2,7 @@ namespace Interop\Async\EventLoop; -interface EventLoopInterface +interface EventLoopDriver { /** * Start the event loop.