Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class ClaimSetEntry implements ClaimSetEntryInterface |
||
13 | { |
||
14 | public function __construct( |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * Get scope |
||
22 | * |
||
23 | * @return string |
||
24 | */ |
||
25 | public function getScope(): string |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * Get claims |
||
32 | * |
||
33 | * @return ClaimSetInterface[] |
||
34 | */ |
||
35 | public function getClaims(): array |
||
40 |