Skip to content

Commit 1492f47

Browse files
committed
Make PropertyHook a FunctionLike
1 parent be9cbe5 commit 1492f47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Node/PropertyHook.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66

77
namespace Microsoft\PhpParser\Node;
88

9+
use Microsoft\PhpParser\FunctionLike;
910
use Microsoft\PhpParser\Node;
1011
use Microsoft\PhpParser\Node\Statement\CompoundStatementNode;
1112
use Microsoft\PhpParser\Token;
1213

13-
class PropertyHook extends Node {
14+
class PropertyHook extends Node implements FunctionLike {
1415
/** @var AttributeGroup[]|null */
1516
public $attributes;
1617
/** @var Token */

0 commit comments

Comments
 (0)