diff --git a/src/Illuminate/Http/RedirectResponse.php b/src/Illuminate/Http/RedirectResponse.php index 67e9cddc434a..fc177f8dfb45 100755 --- a/src/Illuminate/Http/RedirectResponse.php +++ b/src/Illuminate/Http/RedirectResponse.php @@ -26,7 +26,7 @@ class RedirectResponse extends BaseRedirectResponse protected $request; /** - * The session store implementation. + * The session store instance. * * @var \Illuminate\Session\Store */ @@ -192,7 +192,7 @@ public function setRequest(Request $request) } /** - * Get the session store implementation. + * Get the session store instance. * * @return \Illuminate\Session\Store|null */ @@ -202,7 +202,7 @@ public function getSession() } /** - * Set the session store implementation. + * Set the session store instance. * * @param \Illuminate\Session\Store $session * @return void