diff options
author | Michal Čihař <michal@cihar.com> | 2018-06-09 14:14:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-09 14:14:42 +0200 |
commit | e096412719cb20c543e89a81fc8d87c2f7d3950e (patch) | |
tree | 15d3e3b2e81bc196529c2bd1e146bf3dd7b6e434 /src | |
parent | ffd2d899212e10c85d58ad213904fbb1671599f3 (diff) | |
parent | 981c49945a96d53513af61e27effbf5eb5bb35c0 (diff) | |
download | sql-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.php | 1 |
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 */ |