<?php
declare( strict_types = 1 );

namespace Wikimedia\Parsoid\Core;

/**
 * TODO: Kept around for backwards compatibilty with uses outside this repo.
 */
class SelserData extends SelectiveUpdateData {
}
