Skip to content

Commit d3238a0

Browse files
kitbsWalterWoshid
authored andcommitted
Fix docblock
1 parent fe4e165 commit d3238a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Dissect/Node/CommonNode.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class CommonNode implements Node
1919
* Constructor.
2020
*
2121
* @param array $attributes The attributes of this node.
22-
* @param array $nodes The nodes of this node.
22+
* @param array $nodes The children of this node.
2323
*/
2424
public function __construct(array $attributes = [], array $nodes = [])
2525
{

0 commit comments

Comments
 (0)