diff options
author | William Desportes <williamdes@wdes.fr> | 2018-06-06 00:03:37 +0200 |
---|---|---|
committer | William Desportes <williamdes@wdes.fr> | 2018-06-06 00:03:48 +0200 |
commit | 981c49945a96d53513af61e27effbf5eb5bb35c0 (patch) | |
tree | 164b5ed139a54839de9eb9993725a9720c44b304 /src | |
parent | b1ca941675c17e05e8a1b65af5ddec4b86c75c58 (diff) | |
download | sql-parser-981c49945a96d53513af61e27effbf5eb5bb35c0.zip sql-parser-981c49945a96d53513af61e27effbf5eb5bb35c0.tar.gz sql-parser-981c49945a96d53513af61e27effbf5eb5bb35c0.tar.bz2 |
PHPDOC fix
- Added phpdoc for $options as requested by Sami
Signed-off-by: William Desportes <williamdes@wdes.fr>
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 */ |