File manager - Edit - /home/ferretapmx/public_html/libraries/vendor/web-auth/webauthn-lib/src/TrustPath/EmptyTrustPath.php
Back
<?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.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings