Skip to content

Commit

Permalink
Fixes style of claim entity stub
Browse files Browse the repository at this point in the history
  • Loading branch information
skroczek committed Jun 5, 2020
1 parent 3630fc7 commit 53464ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Stubs/ClaimEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@

namespace LeagueTests\Stubs;


use League\OAuth2\Server\Entities\ClaimEntityInterface;

class ClaimEntity implements ClaimEntityInterface
{

private $name;
private $value;

Expand All @@ -32,4 +30,5 @@ public function jsonSerialize()
{
return ['name' => $this->name, 'value' => $this->value];
}

}

0 comments on commit 53464ee

Please sign in to comment.