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 8bbced8 commit d98ba35Copy full SHA for d98ba35
tests/DuplexResourceStreamIntegrationTest.php
@@ -30,7 +30,7 @@ function () {
30
return function_exists('event_base_new');
31
},
32
function () {
33
- return class_exists('React\EventLoop\ExtLibeventLoop') ? new ExtLibeventLoop() : LibEventLoop();
+ return class_exists('React\EventLoop\ExtLibeventLoop') ? new ExtLibeventLoop() : new LibEventLoop();
34
}
35
),
36
array(
0 commit comments