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

Commit

Permalink
Add missing docblock in Expressions\ArgumentExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Levin committed Sep 17, 2014
1 parent 7104a7d commit b01d9f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Expressions/ArgumentExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ public function getValue()
return $this->value;
}

/**
* @return boolean
*/
public function isUnpacked()
{
return $this->isUnpacked;
Expand Down

0 comments on commit b01d9f8

Please sign in to comment.