Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
iricketson committed Jul 3, 2024
1 parent f47a790 commit e5724ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Record.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit e5724ad

Please sign in to comment.