Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Fix AST field type docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Levin committed Apr 21, 2014
1 parent 41f7c64 commit a531d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Parsing/PHPParser/AST.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AST
private $Nodes = [];

/**
* @var Visitors\ConstantValueNodeReplacerVisitor
* @var PHPParser_NodeTraverser
*/
private $ConstantValueNodeReplacer;

Expand Down

0 comments on commit a531d65

Please sign in to comment.