Skip to content

Commit 447fd3b

Browse files
authored
Minor PHPDoc fix
I've noticed that both when the property is written to or read from, an array of ArrayObj is expected.
1 parent 9c22823 commit 447fd3b

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)