We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb03eb9 commit b525b0aCopy full SHA for b525b0a
src/Factory.php
@@ -28,7 +28,7 @@ public static function create()
28
// only use ext-uv on PHP 7
29
return new LibUvLoop();
30
} elseif (class_exists('libev\EventLoop', false)) {
31
- return new ExtLibevLoop;
+ return new ExtLibevLoop();
32
} elseif (class_exists('EventBase', false)) {
33
return new ExtEventLoop();
34
} elseif (function_exists('event_base_new') && PHP_MAJOR_VERSION === 5) {
0 commit comments