if ($row && $row['text_id']) {
                $textChanged = $text !== $this->textStorage->getText($row['text_id']);

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