Minor - Improve PHPDoc

remotes/angel/1.11.x
Yannick Warnier 8 years ago
parent 2e6eb2026e
commit 0617e1260c
  1. 2
      main/inc/lib/extra_field_value.lib.php

@ -320,7 +320,7 @@ class ExtraFieldValue extends Model
* Save values in the *_field_values table
* @param array $params Structured array with the values to save
* @param boolean $show_query Whether to show the insert query (passed to the parent save() method)
* @result mixed The result sent from the parent method
* @return mixed The result sent from the parent method
* @assert (array()) === false
*/
public function save($params, $show_query = false)

Loading…
Cancel
Save