Skip to content

Commit 2d35707

Browse files
committed
Correctly document types
Signed-off-by: Michal Čihař <[email protected]>
1 parent 273d957 commit 2d35707

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Statements/LoadStatement.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class LoadStatement extends Statement
117117
/**
118118
* Whether to use `FIELDS` or `COLUMNS` while building.
119119
*
120-
* @var bool
120+
* @var string
121121
*/
122122
public $fields_keyword;
123123

@@ -133,7 +133,7 @@ class LoadStatement extends Statement
133133
/**
134134
* Column names or user variables.
135135
*
136-
* @var ExpressionArray
136+
* @var Expression[]
137137
*/
138138
public $col_name_or_user_var;
139139

0 commit comments

Comments
 (0)