summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Components/CaseExpression.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Components/CaseExpression.php b/src/Components/CaseExpression.php
index 111eb04..820947b 100644
--- a/src/Components/CaseExpression.php
+++ b/src/Components/CaseExpression.php
@@ -72,6 +72,7 @@ class CaseExpression extends Component
/**
* @param Parser $parser the parser that serves as context
* @param TokensList $list the list of tokens that are being parsed
+ * @param array $options parameters for parsing
*
* @return CaseExpression
*/