From 728d468432a889e21edb9c57cb0731f1c6e0cdc6 Mon Sep 17 00:00:00 2001 From: Joel Wurtz Date: Mon, 10 Oct 2016 10:54:27 +0200 Subject: [PATCH] Missing return type --- src/Loop.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Loop.php b/src/Loop.php index fa9593b..aaf9bc0 100644 --- a/src/Loop.php +++ b/src/Loop.php @@ -81,6 +81,8 @@ final class Loop /** * 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. */ private static function createDriver()