From bcb6549565760bb1fcaf6140448c82416b8ba74f Mon Sep 17 00:00:00 2001 From: Rob McVey Date: Sat, 14 Mar 2015 08:45:18 +0000 Subject: [PATCH] add throws tag to function comment --- lib/Cake/View/JsonView.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Cake/View/JsonView.php b/lib/Cake/View/JsonView.php index 631054b44..c501fae66 100644 --- a/lib/Cake/View/JsonView.php +++ b/lib/Cake/View/JsonView.php @@ -130,6 +130,7 @@ class JsonView extends View { * PHP 5 <= 5.2.9 : Generic fall back error * * @param array $serialize The viewVars that need to be serialized + * @throws CakeException * @return string The serialized data */ protected function _serialize($serialize) {