Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/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.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка