destroy() * after carefully detaching all relevant resources. * * @param SalvageableService $other The object to salvage state from. $other must have the * exact same type as $this. */ public function salvage( SalvageableService $other ); } /** * Retain the old class name for backwards compatibility. * @deprecated since 1.33 */ class_alias( SalvageableService::class, 'MediaWiki\Services\SalvageableService' );