laipower/wp-content/plugins/wp-webauthn/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php

12 lines
190 B
PHP

<?php
if (\PHP_VERSION_ID < 80100) {
#[Attribute(Attribute::TARGET_METHOD)]
final class ReturnTypeWillChange
{
public function __construct()
{
}
}
}