Skip to content

Commit 0581b38

Browse files
authored
Merge pull request #108 from joelwurtz/patch-1
Missing return type
2 parents 9810645 + 728d468 commit 0581b38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Loop.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ public static function execute(callable $callback, Driver $driver = null)
8181
/**
8282
* Create a new driver if a factory is present, otherwise throw.
8383
*
84+
* @return Driver
85+
*
8486
* @throws \Exception If no factory is set or no driver returned from factory.
8587
*/
8688
private static function createDriver()

0 commit comments

Comments
 (0)