Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
No need for return.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Sep 21, 2017
1 parent 05bb4b6 commit 2416d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function stubGlobal(string $function, string $namespace): StubVerifier
*/
function restoreGlobalFunctions()
{
return Globals::$container->functionHookManager->restoreGlobalFunctions();
Globals::$container->functionHookManager->restoreGlobalFunctions();
}

/**
Expand Down

0 comments on commit 2416d74

Please sign in to comment.