Added missing return void docs

This commit is contained in:
James Brooks
2015-09-19 12:30:38 +01:00
parent 3af02f725b
commit c2f8f23159
6 changed files with 12 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ class ApiAuthenticate
* Create a new api authenticate middleware instance.
*
* @param \Illuminate\Contracts\Auth\Guard $auth
*
* @return void
*/
public function __construct(Guard $auth)
{

View File

@@ -28,6 +28,8 @@ class Authenticate
* Create a new authenticate middleware instance.
*
* @param \Illuminate\Contracts\Auth\Guard $auth
*
* @return void
*/
public function __construct(Guard $auth)
{

View File

@@ -34,6 +34,8 @@ class Localize
* Constructs a new localize instance.
*
* @param \Illuminate\Config\Repository $config
*
* @return void
*/
public function __construct(Repository $config)
{

View File

@@ -28,6 +28,8 @@ class RedirectIfAuthenticated
* Create a new redirect if authenticated middleware instance.
*
* @param \Illuminate\Contracts\Auth\Guard $auth
*
* @return void
*/
public function __construct(Guard $auth)
{