Skip to content

Commit d6bcdac

Browse files
fabpotnicolas-grekas
authored andcommitted
fixed CS
1 parent a83975f commit d6bcdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeVisitor/Scope.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Scope
2020
private $data = array();
2121
private $left = false;
2222

23-
public function __construct(Scope $parent = null)
23+
public function __construct(self $parent = null)
2424
{
2525
$this->parent = $parent;
2626
}

0 commit comments

Comments
 (0)