diff options
Diffstat (limited to 'src/Statements')
-rw-r--r-- | src/Statements/SelectStatement.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Statements/SelectStatement.php b/src/Statements/SelectStatement.php index 97e8fba..4fecd90 100644 --- a/src/Statements/SelectStatement.php +++ b/src/Statements/SelectStatement.php @@ -213,8 +213,8 @@ class SelectStatement extends Statement 1, ], // These are available only when `UNION` is present. - // 'ORDER BY' => array('ORDER BY', 3), - // 'LIMIT' => array('LIMIT', 3), + // 'ORDER BY' => ['ORDER BY', 3], + // 'LIMIT' => ['LIMIT', 3], ]; /** |