php cs fixes

This commit is contained in:
2024-04-24 10:16:54 +02:00
parent 20b38af812
commit e312929d86
41 changed files with 216 additions and 641 deletions

View File

@@ -61,9 +61,6 @@ class CommentEmbeddable
$this->date = $date;
}
/**
* @param int $userId
*/
public function setUserId(?int $userId)
{
$this->userId = $userId;