Skip to content

Commit 593410a

Browse files
Backport type fixes
1 parent 209bdf8 commit 593410a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Node/DumpNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class DumpNode extends Node
2121
{
2222
private $varPrefix;
2323

24-
public function __construct($varPrefix, ?Node $values, int $lineno, string $tag = null)
24+
public function __construct(string $varPrefix, ?Node $values, int $lineno, string $tag = null)
2525
{
2626
$nodes = [];
2727
if (null !== $values) {

0 commit comments

Comments
 (0)