Fixed typos
This commit is contained in:
@@ -54,7 +54,7 @@ register_shutdown_function(function()
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| By setting error reporting to -1, we essentially force PHP to report
|
||||
| every error, and this is guranteed to show every error on future
|
||||
| every error, and this is guaranteed to show every error on future
|
||||
| releases of PHP. This allows everything to be fixed early!
|
||||
|
|
||||
*/
|
||||
@@ -143,7 +143,7 @@ $response->render();
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| If a session driver has been configured, we will save the session to
|
||||
| storage so it is avaiable for the next request. This will also set
|
||||
| storage so it is available for the next request. This will also set
|
||||
| the session cookie in the cookie jar to be sent to the user.
|
||||
|
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user