We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9cbe5 commit 1492f47Copy full SHA for 1492f47
src/Node/PropertyHook.php
@@ -6,11 +6,12 @@
6
7
namespace Microsoft\PhpParser\Node;
8
9
+use Microsoft\PhpParser\FunctionLike;
10
use Microsoft\PhpParser\Node;
11
use Microsoft\PhpParser\Node\Statement\CompoundStatementNode;
12
use Microsoft\PhpParser\Token;
13
-class PropertyHook extends Node {
14
+class PropertyHook extends Node implements FunctionLike {
15
/** @var AttributeGroup[]|null */
16
public $attributes;
17
/** @var Token */
0 commit comments