diff --git a/src/LoopDriver.php b/src/LoopDriver.php index 9c1fd63..9b991bb 100644 --- a/src/LoopDriver.php +++ b/src/LoopDriver.php @@ -153,5 +153,5 @@ interface LoopDriver * * @return null|object|resource The loop handle the event loop operates on. Null if there is none. */ - public static function getHandle(); + public function getHandle(); }