src/Kbin/EntryComment/DTO/EntryCommentResponseDto.php
Method create
has 21 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
int $id = null,
UserSmallResponseDto $user = null,
MagazineSmallResponseDto $magazine = null,
int $entryId = null,
int $parentId = null,
Method jsonSerialize
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function jsonSerialize(): mixed
{
if (null === self::$keysToDelete) {
self::$keysToDelete = [
'image',