1
0
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:
Joel Wurtz 2016-10-10 10:54:27 +02:00 committed by GitHub
parent 98106455a1
commit 728d468432

View File

@ -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()