From 5315e4d5ed3c07eca61868132d3531d425fbe393 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 26 Aug 2021 12:22:25 +0200 Subject: [PATCH] Break PHPStan --- Classes/Domain/Model/Product/Tea.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Domain/Model/Product/Tea.php b/Classes/Domain/Model/Product/Tea.php index fdb07bb7..63e05e77 100644 --- a/Classes/Domain/Model/Product/Tea.php +++ b/Classes/Domain/Model/Product/Tea.php @@ -61,7 +61,7 @@ public function getInternalNotes(): string { } public function setInternalNotes(string $notes): void { - $this->internalNotes = $notes; + $this->internalNote = $notes; } public function getImage(): ?FileReference