Skip to content

Commit

Permalink
Update src/Utils/AST.php
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Franke <benedikt@franke.tech>
  • Loading branch information
shmax and spawnia committed Sep 10, 2020
1 parent e347f39 commit 2ee073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/AST.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static function fromArray(array $node) : Node
}

/**
* @param mixed[] $node
* @param mixed $maybeNode
*/
public static function isAst($node) : bool
{
Expand Down

0 comments on commit 2ee073e

Please sign in to comment.