Файловый менеджер - Редактировать - /var/www/html/libraries/vendor/web-auth/webauthn-lib/src/TrustPath/EmptyTrustPath.php
Ðазад
<?php declare(strict_types=1); namespace Webauthn\TrustPath; final class EmptyTrustPath implements TrustPath { public static function create(): self { return new self(); } /** * @return string[] */ public function jsonSerialize(): array { return [ 'type' => self::class, ]; } /** * {@inheritdoc} */ public static function createFromArray(array $data): static { return new self(); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка