if ($row && $row['full_text_id']) {
                $fullTextChanged = $fullText !== $this->textStorage->getText($row['full_text_id']);

                $this->textStorage->setText($row['full_text_id'], $fullText, $user['id']);
            } elseif ($fullText) {