| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | public function __construct(string $type, string $token, array $scopes, string $clientIdentifier, |
||
| 24 | ?string $resourceOwnerIdentifier, \DateTimeInterface $expiresAt, |
||
| 25 | ?string $authorizationCode = null) |
||
| 26 | { |
||
| 27 | parent::__construct($token, $scopes, $clientIdentifier, $resourceOwnerIdentifier, $expiresAt, $authorizationCode); |
||
| 28 | $this->type = $type; |
||
| 29 | } |
||
| 43 | } |