Flarum\Core\Post\DiscussionRenamedPost::buildContent PHP Method

buildContent() protected static method

Build the content attribute.
protected static buildContent ( string $oldTitle, string $newTitle ) : array
$oldTitle string The old title of the discussion.
$newTitle string The new title of the discussion.
return array
    protected static function buildContent($oldTitle, $newTitle)
    {
        return [$oldTitle, $newTitle];
    }