| Conditions | 1 |
| Paths | 1 |
| Total Lines | 3 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | public function __construct(JwtKeysFetcher $keyFetcher, array $validIssAud) { |
||
|
1 ignored issue
–
show
|
|||
| 23 | $this->keyFetcher = $keyFetcher; |
||
| 24 | $this->validIssAud = $validIssAud; |
||
| 25 | } |
||
| 56 |