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\IRI;
|
||||
|
||||
class_exists('SimplePie\IRI');
|
||||
|
||||
// @trigger_error(sprintf('Using the "SimplePie_IRI" class is deprecated since SimplePie 1.7.0, use "SimplePie\IRI" instead.'), \E_USER_DEPRECATED);
|
||||
|
||||
/** @phpstan-ignore-next-line */
|
||||
if (\false) {
|
||||
/** @deprecated since SimplePie 1.7.0, use "SimplePie\IRI" instead */
|
||||
class SimplePie_IRI extends IRI
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user