xref: /dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Core.php (revision 8e88a29b81301f78509349ab1152bb09c229123e)
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