Skip to content

Commit 4063cda

Browse files
Tomáš Votrubadg
authored andcommitted
Cache - return value fixed
1 parent e6b6389 commit 4063cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Caching/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public function call($function)
221221
* Caches results of function/method calls.
222222
* @param mixed
223223
* @param array dependencies
224-
* @return Closure
224+
* @return \Closure
225225
*/
226226
public function wrap($function, array $dependencies = NULL)
227227
{

0 commit comments

Comments
 (0)