Skip to content

Commit

Permalink
Remove validation override
Browse files Browse the repository at this point in the history
  • Loading branch information
sraka1 committed Aug 11, 2015
1 parent 4bea65a commit af4f3fc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/xAPI/Document/Auth/AbstractToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@ public function isExpired()
}
}

public function isValid()
{
if ($this->isExpired()) {
return false;
} else {
return true;
}
}

public function jsonSerialize()
{
return $this->_data;
Expand Down

0 comments on commit af4f3fc

Please sign in to comment.