aboutsummaryrefslogtreecommitdiff
path: root/src/CamilStaps/BotleaguesApi/User.php
diff options
context:
space:
mode:
authorCamil Staps2015-05-12 22:44:16 +0200
committerCamil Staps2015-05-12 22:44:16 +0200
commita0bb2d17c662231ab45ab3910d6a8cafc01bd203 (patch)
treef72b9e7b99111030d1f21982a8d11953ce98a6dc /src/CamilStaps/BotleaguesApi/User.php
parentAccess-control-allow-{methods,headers} headers (diff)
Cleanup
Diffstat (limited to 'src/CamilStaps/BotleaguesApi/User.php')
-rw-r--r--src/CamilStaps/BotleaguesApi/User.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CamilStaps/BotleaguesApi/User.php b/src/CamilStaps/BotleaguesApi/User.php
index 39b42dc..220db36 100644
--- a/src/CamilStaps/BotleaguesApi/User.php
+++ b/src/CamilStaps/BotleaguesApi/User.php
@@ -29,7 +29,7 @@ class User extends Model implements UserInterface {
/**
* Get the password for the user.
- *
+ * @todo not implemented yet
* @return string
*/
public function getAuthPassword() {
@@ -38,7 +38,7 @@ class User extends Model implements UserInterface {
/**
* Get the token value for the "remember me" session.
- *
+ * @todo not implemented yet
* @return string
*/
public function getRememberToken() {
@@ -47,7 +47,7 @@ class User extends Model implements UserInterface {
/**
* Set the token value for the "remember me" session.
- *
+ * @todo not implemented yet
* @param string $value
* @return void
*/
@@ -57,7 +57,7 @@ class User extends Model implements UserInterface {
/**
* Get the column name for the "remember me" token.
- *
+ * @todo not implemented yet
* @return string
*/
public function getRememberTokenName() {