Skip to content

Commit

Permalink
Add @return to View::create
Browse files Browse the repository at this point in the history
  • Loading branch information
merk committed Mar 5, 2013
1 parent 3b8d0a0 commit 990ef34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions View/View.php
Expand Up @@ -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())
{
Expand Down

0 comments on commit 990ef34

Please sign in to comment.