Skip to content

Commit

Permalink
Add missing deprecation note.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 5, 2017
1 parent 0f4433c commit 945ff04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Database/Expression/ValuesExpression.php
Expand Up @@ -196,6 +196,7 @@ public function getValues()
* Sets the values to be inserted. If no params are passed, then it returns
* the currently stored values
*
* @deprecated 3.4.0 Use setValues()/getValues() instead.
* @param array|null $values Array with values to be inserted.
* @return array|self
*/
Expand Down

0 comments on commit 945ff04

Please sign in to comment.