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 0e4194b commit bf1d423Copy full SHA for bf1d423
src/Loop.php
@@ -34,7 +34,7 @@ public static function setFactory(LoopDriverFactory $factory = null) {
34
*/
35
public static function execute(callable $callback, LoopDriver $driver = null)
36
{
37
- $driver = $driver ?: $this->createDriver();
+ $driver = $driver ?: self::createDriver();
38
$previousRegistry = self::$registry;
39
40
$previousDriver = self::$driver;
0 commit comments