mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:36:12 +01:00
Break the PHP linting
This commit is contained in:
parent
3eb190d584
commit
65a4738b6f
2 changed files with 11 additions and 9 deletions
|
@ -61,11 +61,13 @@ class Tea extends AbstractEntity
|
||||||
$this->description = $description;
|
$this->description = $description;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getInternalNotes(): string {
|
public function getInternalNotes(): string
|
||||||
|
{
|
||||||
return $this->internalNotes;
|
return $this->internalNotes;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setInternalNotes(string $notes): void {
|
public function setInternalNotes(string $notes): void
|
||||||
|
{
|
||||||
$this->internalNote = $notes;
|
$this->internalNote = $notes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,5 +7,5 @@ return [
|
||||||
'properties' => [
|
'properties' => [
|
||||||
'ownerUid' => ['fieldName' => 'owner'],
|
'ownerUid' => ['fieldName' => 'owner'],
|
||||||
],
|
],
|
||||||
],
|
],,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue