summaryrefslogtreecommitdiffstats
path: root/src/Statement.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Statement.php')
-rw-r--r--src/Statement.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Statement.php b/src/Statement.php
index 0568d93..3fe3f42 100644
--- a/src/Statement.php
+++ b/src/Statement.php
@@ -109,7 +109,6 @@ abstract class Statement
$query = '';
foreach (static::$CLAUSES as $clause) {
-
/**
* The name of the clause.
*
@@ -190,7 +189,6 @@ abstract class Statement
$parsedOptions = empty(static::$OPTIONS);
for (; $list->idx < $list->count; ++$list->idx) {
-
/**
* Token parsed at this moment.
*
@@ -247,7 +245,8 @@ abstract class Statement
) {
if (!empty($parsedClauses[$token->value])) {
$parser->error(
- __('This type of clause was previously parsed.'), $token
+ __('This type of clause was previously parsed.'),
+ $token
);
break;
}