diff --git a/lib/Doctrine/Record.php b/lib/Doctrine/Record.php index 2a2d92c0..d92005e7 100644 --- a/lib/Doctrine/Record.php +++ b/lib/Doctrine/Record.php @@ -1985,7 +1985,7 @@ public function merge($data, $deep = true) * @link http://www.doctrine-project.org/documentation/manual/1_1/en/working-with-models * @param string $array array of data, see link for documentation * @param bool $deep whether or not to act on relations - * @return void + * @return Doctrine_Record */ public function fromArray(array $array, $deep = true) {