Fixing comments.

This commit is contained in:
mark_story 2011-02-06 00:01:52 -05:00
parent 3629925a40
commit e32f419d0a
2 changed files with 2 additions and 4 deletions

View file

@ -95,8 +95,7 @@ class BasicAuthenticate extends BaseAuthenticate {
}
/**
* Get a user based on information in the request. Primarily used by stateless authentication
* systems like basic and digest auth.
* Get a user based on information in the request. Used by cookie-less auth for stateless clients.
*
* @param CakeRequest $request Request object.
* @return mixed Either false or an array of user information

View file

@ -120,8 +120,7 @@ class DigestAuthenticate extends BaseAuthenticate {
}
/**
* Get a user based on information in the request. Primarily used by stateless authentication
* systems like basic and digest auth.
* Get a user based on information in the request. Used by cookie-less auth for stateless clients.
*
* @param CakeRequest $request Request object.
* @return mixed Either false or an array of user information