lol backups and old site first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
// SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use SimplePie\Registry;
|
||||
|
||||
class_exists('SimplePie\Registry');
|
||||
|
||||
// @trigger_error(sprintf('Using the "SimplePie_Registry" class is deprecated since SimplePie 1.7.0, use "SimplePie\Registry" instead.'), \E_USER_DEPRECATED);
|
||||
|
||||
/** @phpstan-ignore-next-line */
|
||||
if (\false) {
|
||||
/** @deprecated since SimplePie 1.7.0, use "SimplePie\Registry" instead */
|
||||
class SimplePie_Registry extends Registry
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user