src/Kbin/PostComment/DTO/PostCommentResponseDto.php
Method create
has 20 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
int $id,
UserSmallResponseDto $user = null,
MagazineSmallResponseDto $magazine = null,
Post $post = null,
PostComment $parent = null,
Method jsonSerialize
has 40 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function jsonSerialize(): mixed
{
if (null === self::$keysToDelete) {
self::$keysToDelete = [
'image',