diff options
Diffstat (limited to 'src/Statements/SelectStatement.php')
-rw-r--r-- | src/Statements/SelectStatement.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Statements/SelectStatement.php b/src/Statements/SelectStatement.php index 7704e26..84ec5a2 100644 --- a/src/Statements/SelectStatement.php +++ b/src/Statements/SelectStatement.php @@ -70,7 +70,7 @@ class SelectStatement extends Statement /** * The clauses of this statement, in order. * - * @see Statement::$CLAUSES + * @see Statement::$CLAUSES * * @var array */ |