Skip to content

Commit

Permalink
fix RedirectResponse session param document (#25042)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Xuan Quynh authored and GrahamCampbell committed Aug 1, 2018
1 parent 0e93423 commit 5396ac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Illuminate/Http/RedirectResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class RedirectResponse extends BaseRedirectResponse
protected $request;

/**
* The session store implementation.
* The session store instance.
*
* @var \Illuminate\Session\Store
*/
Expand Down Expand Up @@ -192,7 +192,7 @@ public function setRequest(Request $request)
}

/**
* Get the session store implementation.
* Get the session store instance.
*
* @return \Illuminate\Session\Store|null
*/
Expand All @@ -202,7 +202,7 @@ public function getSession()
}

/**
* Set the session store implementation.
* Set the session store instance.
*
* @param \Illuminate\Session\Store $session
* @return void
Expand Down

0 comments on commit 5396ac1

Please sign in to comment.