Skip to content

Commit

Permalink
Break PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Feb 12, 2022
1 parent e4db3e9 commit 9e4f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Product/Tea.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function getInternalNotes(): string {
}

public function setInternalNotes(string $notes): void {
$this->internalNotes = $notes;
$this->internalNote = $notes;
}

public function getImage(): ?FileReference
Expand Down

0 comments on commit 9e4f1de

Please sign in to comment.