From 773e8ba7715768a436c85dea7bb71c0fa503bd47 Mon Sep 17 00:00:00 2001 From: Ian Ricketson Date: Wed, 3 Jul 2024 10:59:40 -0600 Subject: [PATCH] Fix return type --- lib/Doctrine/Record.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Record.php b/lib/Doctrine/Record.php index 2a2d92c06..d92005e75 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) {