From 2416d744652d452378d377a43130c80a5bc3a955 Mon Sep 17 00:00:00 2001 From: Erin Millard Date: Thu, 21 Sep 2017 23:11:12 +1000 Subject: [PATCH] No need for return. --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index 33a7061..b306a8a 100644 --- a/src/functions.php +++ b/src/functions.php @@ -173,7 +173,7 @@ function stubGlobal(string $function, string $namespace): StubVerifier */ function restoreGlobalFunctions() { - return Globals::$container->functionHookManager->restoreGlobalFunctions(); + Globals::$container->functionHookManager->restoreGlobalFunctions(); } /**