mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:16:12 +02:00

Break PHPStan

This commit is contained in:
Oliver Klee 2021-08-26 12:22:25 +02:00
parent d1fcbb19af
commit 03892a2639

View file

@ -66,7 +66,7 @@ class Tea extends AbstractEntity
}
public function setInternalNotes(string $notes): void {
$this->internalNotes = $notes;
$this->internalNote = $notes;
}
public function getImage(): ?FileReference