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 108b1ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 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 Down

0 comments on commit 108b1ee

Please sign in to comment.