summaryrefslogtreecommitdiffstats
path: root/src/Components/OptionsArray.php
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-12-21 15:06:57 +0100
committerMichal Čihař <michal@cihar.com>2016-12-21 15:06:57 +0100
commit3bad191eb043013b54f27196ef05fc9766ec0478 (patch)
tree866ec0ccf2f319dd589c2df7be9a2cd5a9017566 /src/Components/OptionsArray.php
parent981b2d42e346b9de053bec1908ef6ef86429e057 (diff)
downloadsql-parser-3bad191eb043013b54f27196ef05fc9766ec0478.zip
sql-parser-3bad191eb043013b54f27196ef05fc9766ec0478.tar.gz
sql-parser-3bad191eb043013b54f27196ef05fc9766ec0478.tar.bz2
Migrate new code to use Translator class
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 5ecf19c..94b7f66 100644
--- a/src/Components/OptionsArray.php
+++ b/src/Components/OptionsArray.php
@@ -258,7 +258,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]