fixing merge issues

This commit is contained in:
Dayle Rees
2012-07-27 13:52:15 +01:00
48 changed files with 101 additions and 101 deletions

View File

@@ -80,7 +80,7 @@ abstract class Driver {
}
/**
* Get the a given application user by ID.
* Get the given application user by ID.
*
* @param int $id
* @return mixed
@@ -192,7 +192,7 @@ abstract class Driver {
}
/**
* Get session key name used to store the token.
* Get the session key name used to store the token.
*
* @return string
*/

View File

@@ -11,7 +11,7 @@ class Fluent extends Driver {
*
* If the user is a guest, null should be returned.
*
* @param int $id
* @param int $id
* @return mixed|null
*/
public function retrieve($id)