Skip to content

Commit 773e8ba

Browse files
iricketsonthePanz
authored andcommitted
Fix return type
1 parent f47a790 commit 773e8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/Record.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,7 @@ public function merge($data, $deep = true)
19851985
* @link http://www.doctrine-project.org/documentation/manual/1_1/en/working-with-models
19861986
* @param string $array array of data, see link for documentation
19871987
* @param bool $deep whether or not to act on relations
1988-
* @return void
1988+
* @return Doctrine_Record
19891989
*/
19901990
public function fromArray(array $array, $deep = true)
19911991
{

0 commit comments

Comments
 (0)