Commit 1b053815 authored by Taylor Otwell's avatar Taylor Otwell

Cleaning up comments in response class.

parent f74d5ad2
...@@ -161,7 +161,7 @@ class Response { ...@@ -161,7 +161,7 @@ class Response {
* *
* 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 @@ class Response { ...@@ -321,4 +321,4 @@ class Response {
throw new \BadMethodCallException("Method [$method] is not defined on the Response class."); throw new \BadMethodCallException("Method [$method] is not defined on the Response class.");
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment