Skip to content

Commit f97bf2d

Browse files
authored
Merge pull request #104 from uuf6429/patch-1
Minor PHPDoc fix
2 parents 9c22823 + 447fd3b commit f97bf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Statements/InsertStatement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class InsertStatement extends Statement
8181
/**
8282
* Values to be inserted.
8383
*
84-
* @var Array2d
84+
* @var ArrayObj[]|null
8585
*/
8686
public $values;
8787

0 commit comments

Comments
 (0)