We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47a790 commit 773e8baCopy full SHA for 773e8ba
lib/Doctrine/Record.php
@@ -1985,7 +1985,7 @@ public function merge($data, $deep = true)
1985
* @link http://www.doctrine-project.org/documentation/manual/1_1/en/working-with-models
1986
* @param string $array array of data, see link for documentation
1987
* @param bool $deep whether or not to act on relations
1988
- * @return void
+ * @return Doctrine_Record
1989
*/
1990
public function fromArray(array $array, $deep = true)
1991
{
0 commit comments