correct doc block

This commit is contained in:
euromark 2013-03-18 17:17:16 +01:00
parent 99fba8c601
commit 6002d6913d

View file

@ -1424,7 +1424,7 @@ class CakeEmail {
/** /**
* Render the body of the email. * 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 * @return array Email body ready to be sent
*/ */
protected function _render($content) { protected function _render($content) {