Cleaning up comments in response class.

This commit is contained in:
Taylor Otwell 2011-11-23 08:33:07 -06:00
parent f74d5ad2d4
commit 1b053815d3
1 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ public static function of($name, $data = array())
* *
* The response status code will be set using the specified code. * The response status code will be set using the specified code.
* *
* Note: The specified error code should correspond to a view in your views/error directory. * Note: The specified error should match a view in your views/error directory.
* *
* <code> * <code>
* // Create a 404 response * // Create a 404 response
@ -321,4 +321,4 @@ public static function __callStatic($method, $parameters)
throw new \BadMethodCallException("Method [$method] is not defined on the Response class."); throw new \BadMethodCallException("Method [$method] is not defined on the Response class.");
} }
} }