Skip to content

Commit

Permalink
Minor PHPDoc fix
Browse files Browse the repository at this point in the history
I've noticed that both when the property is written to or read from, an array of ArrayObj is expected.
  • Loading branch information
uuf6429 committed Dec 10, 2016
1 parent 9c22823 commit 447fd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Statements/InsertStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class InsertStatement extends Statement
/**
* Values to be inserted.
*
* @var Array2d
* @var ArrayObj[]|null
*/
public $values;

Expand Down

0 comments on commit 447fd3b

Please sign in to comment.