summaryrefslogtreecommitdiffstats
path: root/src/Components/OptionsArray.php
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-12-21 15:32:39 +0100
committerMichal Čihař <michal@cihar.com>2016-12-21 15:32:39 +0100
commite7b959ae139108f9196f1c6847217955814feb66 (patch)
treed1db16bacfb088ab795f83e6baa580baf73295d4 /src/Components/OptionsArray.php
parentf97bf2d90344104d61f80bb342bfbb6bff2855ae (diff)
downloadsql-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.php2
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]