From 53464ee38127e8dea9007918e8ba3533744936fb Mon Sep 17 00:00:00 2001 From: Sebastian Kroczek Date: Fri, 5 Jun 2020 09:15:21 +0200 Subject: [PATCH] Fixes style of claim entity stub --- tests/Stubs/ClaimEntity.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Stubs/ClaimEntity.php b/tests/Stubs/ClaimEntity.php index 29c62de44..2b516c7a7 100644 --- a/tests/Stubs/ClaimEntity.php +++ b/tests/Stubs/ClaimEntity.php @@ -3,12 +3,10 @@ namespace LeagueTests\Stubs; - use League\OAuth2\Server\Entities\ClaimEntityInterface; class ClaimEntity implements ClaimEntityInterface { - private $name; private $value; @@ -32,4 +30,5 @@ public function jsonSerialize() { return ['name' => $this->name, 'value' => $this->value]; } + } \ No newline at end of file