Skip to content

Commit

Permalink
Expand nullable type
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Brown committed Jan 5, 2018
1 parent c48e884 commit 415cf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reflection/ReflectionFunctionAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ abstract class ReflectionFunctionAbstract implements CoreReflector
public const CLOSURE_NAME = '{closure}';

/**
* @var ?NamespaceNode
* @var NamespaceNode|null
*/
private $declaringNamespace;

Expand Down

0 comments on commit 415cf34

Please sign in to comment.