whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
open-telemetry
/
context
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/open-telemetry/context/ContextKey.php
<?php declare(strict_types=1); namespace OpenTelemetry\Context; /** * @internal * @psalm-suppress MissingTemplateParam */ final class ContextKey implements ContextKeyInterface { public function __construct(private readonly ?string $name = null) { } public function name(): ?string { return $this->name; } }
Copyright ©2021 || Defacer Indonesia