Skip to content

Commit

Permalink
Type private key
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhynds committed Dec 19, 2023
1 parent a19dae7 commit f98c26a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LtiRegistration.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class LtiRegistration implements ILtiRegistration
private ?string $authTokenUrl;
private ?string $authLoginUrl;
private ?string $authServer;
private $toolPrivateKey;
private ?string $toolPrivateKey;
private ?string $kid;

public function __construct(?array $registration = null)
Expand Down Expand Up @@ -109,7 +109,7 @@ public function getToolPrivateKey()
return $this->toolPrivateKey;
}

public function setToolPrivateKey($toolPrivateKey): self
public function setToolPrivateKey(string $toolPrivateKey): self
{
$this->toolPrivateKey = $toolPrivateKey;

Expand Down

0 comments on commit f98c26a

Please sign in to comment.