faker->paragraph(1); $html = '

' . $text . '

'; $nextLocalId = static::$nextLocalId++; return [ 'html' => $html, 'parent_id' => null, 'local_id' => $nextLocalId, 'content_ref' => '', 'archived' => false, ]; } }