From 990ef344d3c937dd2195babe94a4204559876b2d Mon Sep 17 00:00:00 2001 From: Tim Nagel Date: Tue, 5 Mar 2013 16:46:40 +1100 Subject: [PATCH] Add @return to View::create --- View/View.php | 1 + 1 file changed, 1 insertion(+) diff --git a/View/View.php b/View/View.php index b5a5a03e6..f704c985d 100644 --- a/View/View.php +++ b/View/View.php @@ -90,6 +90,7 @@ class View * @param mixed $data * @param integer $statusCode * @param array $headers + * @return \FOS\RestBundle\View\View */ public static function create($data = null, $statusCode = null, array $headers = array()) {