From 6002d6913d7bfbd0fa2b69ce79964b36ee985342 Mon Sep 17 00:00:00 2001 From: euromark Date: Mon, 18 Mar 2013 17:17:16 +0100 Subject: [PATCH] correct doc block --- lib/Cake/Network/Email/CakeEmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Network/Email/CakeEmail.php b/lib/Cake/Network/Email/CakeEmail.php index 92446ff25..6268570ec 100644 --- a/lib/Cake/Network/Email/CakeEmail.php +++ b/lib/Cake/Network/Email/CakeEmail.php @@ -1424,7 +1424,7 @@ class CakeEmail { /** * Render the body of the email. * - * @param string $content Content to render + * @param array $content Content to render * @return array Email body ready to be sent */ protected function _render($content) {