summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2018-06-09 14:14:42 +0200
committerGitHub <noreply@github.com>2018-06-09 14:14:42 +0200
commite096412719cb20c543e89a81fc8d87c2f7d3950e (patch)
tree15d3e3b2e81bc196529c2bd1e146bf3dd7b6e434 /src
parentffd2d899212e10c85d58ad213904fbb1671599f3 (diff)
parent981c49945a96d53513af61e27effbf5eb5bb35c0 (diff)
downloadsql-parser-e096412719cb20c543e89a81fc8d87c2f7d3950e.zip
sql-parser-e096412719cb20c543e89a81fc8d87c2f7d3950e.tar.gz
sql-parser-e096412719cb20c543e89a81fc8d87c2f7d3950e.tar.bz2
Merge pull request #195 from williamdes/issue-194-apigen
Replace apigen with Sami in CI
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
*/