Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
Added forgottent php docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jun 26, 2015
1 parent 4a1adfc commit 067382f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Visitor/Expression.php
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,11 @@ protected function getArray(Node\Expr\Array_ $expr)
}

/**
* Compile Boolean expression to CompiledExpression
* Attention: Boolean is my node class not PHPParser ;)
*
* @param Boolean $scalar
* @return CompiledExpression
*/
protected function getBoolean(Boolean $scalar)
{
Expand Down

0 comments on commit 067382f

Please sign in to comment.