diff options
author | Michal Čihař <michal@cihar.com> | 2016-12-21 15:32:39 +0100 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2016-12-21 15:32:39 +0100 |
commit | e7b959ae139108f9196f1c6847217955814feb66 (patch) | |
tree | d1db16bacfb088ab795f83e6baa580baf73295d4 /src/Components/OptionsArray.php | |
parent | f97bf2d90344104d61f80bb342bfbb6bff2855ae (diff) | |
download | sql-parser-e7b959ae139108f9196f1c6847217955814feb66.zip sql-parser-e7b959ae139108f9196f1c6847217955814feb66.tar.gz sql-parser-e7b959ae139108f9196f1c6847217955814feb66.tar.bz2 |
Consistently end message with .
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'src/Components/OptionsArray.php')
-rw-r--r-- | src/Components/OptionsArray.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/OptionsArray.php b/src/Components/OptionsArray.php index 0c80e0d..315237f 100644 --- a/src/Components/OptionsArray.php +++ b/src/Components/OptionsArray.php @@ -257,7 +257,7 @@ class OptionsArray extends Component ) { $parser->error( sprintf( - __('Value/Expression for the option %1$s was expected'), + __('Value/Expression for the option %1$s was expected.'), $ret->options[$lastOptionId]['name'] ), $list->tokens[$list->idx - 1] |