1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-23 16:07:32 +02:00
ttrss/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php
2023-10-20 21:13:39 +03:00

21 lines
421 B
PHP

<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
if (\PHP_VERSION_ID < 80100) {
#[Attribute(Attribute::TARGET_METHOD)]
final class ReturnTypeWillChange
{
public function __construct()
{
}
}
}