We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4488f3c commit d8d70f7Copy full SHA for d8d70f7
src/Node/ValueNode.php
@@ -23,7 +23,7 @@ class ValueNode extends NaryNode implements ValueNodeInterface
23
* @param int $capacity
24
* @param null|\drupol\phptree\Node\NodeInterface $parent
25
*/
26
- public function __construct($value = null, int $capacity = 0, NodeInterface $parent = null)
+ public function __construct($value, int $capacity = 0, NodeInterface $parent = null)
27
{
28
parent::__construct($capacity, $parent);
29
0 commit comments