Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
phan: update Less_Tree_Variable::compile() return types
The Variable::compile() can return different subtypes of Less_Tree. In mentioned specified scenario it can return Less_Tree_Keyword or Less_Tree_Quoted, therefore the node will have always have the $value property. To satisfy phan, it's good enough to add additional possible return types to @return statemenmt. Bug: T327082 Change-Id: I412dfd2258a7352e2d8a03e5dc187b53ebf3c843
- Loading branch information