mirror of
https://github.com/danog/amp.git
synced 2024-12-02 17:37:50 +01:00
Missing return type
This commit is contained in:
parent
98106455a1
commit
728d468432
@ -81,6 +81,8 @@ final class Loop
|
|||||||
/**
|
/**
|
||||||
* Create a new driver if a factory is present, otherwise throw.
|
* Create a new driver if a factory is present, otherwise throw.
|
||||||
*
|
*
|
||||||
|
* @return Driver
|
||||||
|
*
|
||||||
* @throws \Exception If no factory is set or no driver returned from factory.
|
* @throws \Exception If no factory is set or no driver returned from factory.
|
||||||
*/
|
*/
|
||||||
private static function createDriver()
|
private static function createDriver()
|
||||||
|
Loading…
Reference in New Issue
Block a user