Skip to content

Commit 4dce408

Browse files
committed
Fix accidental static on LoopDriver::getHandle()
1 parent eb242de commit 4dce408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LoopDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ public function setErrorHandler(callable $callback = null);
153153
*
154154
* @return null|object|resource The loop handle the event loop operates on. Null if there is none.
155155
*/
156-
public static function getHandle();
156+
public function getHandle();
157157
}

0 commit comments

Comments
 (0)