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 9810645 commit 728d468Copy full SHA for 728d468
src/Loop.php
@@ -81,6 +81,8 @@ public static function execute(callable $callback, Driver $driver = null)
81
/**
82
* Create a new driver if a factory is present, otherwise throw.
83
*
84
+ * @return Driver
85
+ *
86
* @throws \Exception If no factory is set or no driver returned from factory.
87
*/
88
private static function createDriver()
0 commit comments