package and depencies
This commit is contained in:
@@ -17,10 +17,9 @@ interface Claim
|
||||
* Set the claim value, and call a validate method.
|
||||
*
|
||||
* @param mixed $value
|
||||
* @return $this
|
||||
*
|
||||
* @throws \Tymon\JWTAuth\Exceptions\InvalidClaimException
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function setValue($value);
|
||||
|
||||
@@ -35,7 +34,6 @@ interface Claim
|
||||
* Set the claim name.
|
||||
*
|
||||
* @param string $name
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function setName($name);
|
||||
@@ -51,7 +49,6 @@ interface Claim
|
||||
* Validate the Claim value.
|
||||
*
|
||||
* @param mixed $value
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function validateCreate($value);
|
||||
|
||||
Reference in New Issue
Block a user