[AUTOGENERATED] Update auto generated code

This commit is contained in:
2021-05-01 22:52:14 +01:00
committed by Hugo Sales
parent 4fcccb1d1c
commit 8f43c8b405
43 changed files with 185 additions and 142 deletions

View File

@@ -164,28 +164,29 @@ class Note extends Entity
return $this->scope;
}
public function setCreated(DateTimeInterface $created): self
public function setCreated(\DateTimeInterface $created): self
{
$this->created = $created;
return $this;
}
public function getCreated(): DateTimeInterface
public function getCreated(): \DateTimeInterface
{
return $this->created;
}
public function setModified(DateTimeInterface $modified): self
public function setModified(\DateTimeInterface $modified): self
{
$this->modified = $modified;
return $this;
}
public function getModified(): DateTimeInterface
public function getModified(): \DateTimeInterface
{
return $this->modified;
}
// }}} Autocode
public function getActorNickname()