app/Models/Message.php
Method createDialogue
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createDialogue(User $user, ?User $author, string $text, bool $withAuthor)
{
$authorId = $author->id ?? 0;
$message = self::query()->create([