1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 13:21:16 +01:00

Merge pull request #108 from joelwurtz/patch-1

Missing return type
This commit is contained in:
Niklas Keller 2016-10-11 00:13:28 +02:00 committed by GitHub
commit 0581b38146

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