Skip to content

Commit

Permalink
chore: remove wrong annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos authored and backportbot-libresign[bot] committed Feb 4, 2025
1 parent c426632 commit 0223257
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/Handler/SignEngineHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ public function getInputFile(): File {
return $this->inputFile;
}

/**
* @return static
*/
public function setCertificate(string $certificate): self {
$this->certificate = $certificate;
return $this;
Expand All @@ -42,9 +39,6 @@ public function getCertificate(): string {
return $this->certificate;
}

/**
* @return static
*/
public function setPassword(string $password): self {
$this->password = $password;
return $this;
Expand Down

0 comments on commit 0223257

Please sign in to comment.