Skip to content

Commit

Permalink
Missing flags subNode description in PropertyHook constructor PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 11, 2024
1 parent 21198a4 commit 96d40b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/PhpParser/Node/PropertyHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class PropertyHook extends NodeAbstract implements FunctionLike {
* params?: Param[],
* attrGroups?: AttributeGroup[],
* } $subNodes Array of the following optional subnodes:
* 'flags => 0 : Flags
* 'byRef' => false : Whether hook returns by reference
* 'params' => array(): Parameters
* 'attrGroups' => array(): PHP attribute groups
Expand Down

0 comments on commit 96d40b0

Please sign in to comment.