Skip to content

Commit 53464ee

Browse files
committed
Fixes style of claim entity stub
1 parent 3630fc7 commit 53464ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Stubs/ClaimEntity.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33

44
namespace LeagueTests\Stubs;
55

6-
76
use League\OAuth2\Server\Entities\ClaimEntityInterface;
87

98
class ClaimEntity implements ClaimEntityInterface
109
{
11-
1210
private $name;
1311
private $value;
1412

@@ -32,4 +30,5 @@ public function jsonSerialize()
3230
{
3331
return ['name' => $this->name, 'value' => $this->value];
3432
}
33+
3534
}

0 commit comments

Comments
 (0)