Skip to content
This repository was archived by the owner on Feb 21, 2019. It is now read-only.

Commit d12ed19

Browse files
JanTvrdikdg
authored andcommitted
fixed using undefined classes in typehints
1 parent 9c2ed2a commit d12ed19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflection/GlobalFunction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
class GlobalFunction extends \ReflectionFunction
3737
{
38-
/** @var string|Closure */
38+
/** @var string|\Closure */
3939
private $value;
4040

4141

0 commit comments

Comments
 (0)