1<?php 2 3// SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue 4// SPDX-License-Identifier: BSD-3-Clause 5 6declare(strict_types=1); 7 8/** 9 * SimplePie class. 10 * 11 * Class for backward compatibility. 12 * 13 * @deprecated Use {@see SimplePie} directly 14 */ 15class SimplePie_Core extends SimplePie 16{ 17} 18