Skip to content

Commit

Permalink
Also change interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshyo committed Apr 1, 2021
1 parent 2b66956 commit c4f84bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/CalloutTranslationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ interface CalloutTranslationInterface extends ResourceInterface, TranslationInte
{
public function getText(): ?string;

public function setText(string $text): void;
public function setText(?string $text): void;
}

0 comments on commit c4f84bb

Please sign in to comment.