Skip to content

Commit

Permalink
Update src/Entity/OIDC.php
Browse files Browse the repository at this point in the history
Co-authored-by: Jeppe Kuhlmann Andersen <[email protected]>
  • Loading branch information
rimi-itk and jekuaitk authored Jan 15, 2024
1 parent 67414dd commit afb2c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/OIDC.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function getNotes(): ?string
return $this->notes;
}

public function setNotes(?string $notes): static
public function setNotes(?string $notes): self
{
$this->notes = $notes;

Expand Down

0 comments on commit afb2c13

Please sign in to comment.