diff options
author | Dan Ungureanu <udan1107@gmail.com> | 2017-05-12 19:21:04 +0300 |
---|---|---|
committer | Dan Ungureanu <udan11@users.noreply.github.com> | 2017-05-16 21:58:07 +0300 |
commit | 867a9285327d26e4e23b5d098974c8fc3447bc06 (patch) | |
tree | aaebc0822558db6ea17d73353fceb1af6a5a6eda /src | |
parent | 9c5bc77585bf7d6d05901068add536104aab8697 (diff) | |
download | sql-parser-867a9285327d26e4e23b5d098974c8fc3447bc06.zip sql-parser-867a9285327d26e4e23b5d098974c8fc3447bc06.tar.gz sql-parser-867a9285327d26e4e23b5d098974c8fc3447bc06.tar.bz2 |
Fixed minor documentation error.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Components/IntoKeyword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/IntoKeyword.php b/src/Components/IntoKeyword.php index a89ee36..87d0e7a 100644 --- a/src/Components/IntoKeyword.php +++ b/src/Components/IntoKeyword.php @@ -66,7 +66,7 @@ class IntoKeyword extends Component /** * The values to be selected into (SELECT .. INTO @var1). * - * @var ExpressionArray + * @var Expression[] */ public $values; |