reformat code

This commit is contained in:
2025-01-02 23:52:24 +01:00
parent 880608ed64
commit 0110a3b7b9
3 changed files with 15 additions and 14 deletions

View File

@ -59,10 +59,10 @@ class Tag extends ArrayCollection
}
/**
* @return bool
* @return null|bool
* @throws BaseException
*/
public function persist(): bool
public function persist(): ?bool
{
return $this->endpoint?->update(
$this->getId(),