diff options
author | William Desportes <williamdes@wdes.fr> | 2019-12-31 21:01:35 +0100 |
---|---|---|
committer | William Desportes <williamdes@wdes.fr> | 2019-12-31 21:01:40 +0100 |
commit | 32e2949754149176a1815ea00c2e9ec2ba29e5bd (patch) | |
tree | e0f648490faa25df68b7458cc121462a381f8fac /src/Utils/Query.php | |
parent | 9ed9cc371543b0ebbca206b484ce8717f7b19d2f (diff) | |
download | sql-parser-32e2949754149176a1815ea00c2e9ec2ba29e5bd.zip sql-parser-32e2949754149176a1815ea00c2e9ec2ba29e5bd.tar.gz sql-parser-32e2949754149176a1815ea00c2e9ec2ba29e5bd.tar.bz2 |
Remove left overs of old array syntax
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'src/Utils/Query.php')
-rw-r--r-- | src/Utils/Query.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils/Query.php b/src/Utils/Query.php index 43da834..e16d172 100644 --- a/src/Utils/Query.php +++ b/src/Utils/Query.php @@ -694,7 +694,7 @@ class Query * @param Statement $statement the parsed query that has to be modified * @param TokensList $list the list of tokens * @param array $ops Clauses to be replaced. Contains multiple - * arrays having two values: array($old, $new). + * arrays having two values: [$old, $new]. * Clauses must be sorted. * * @return string |