whoami7 - Manager
:
/
proc
/
self
/
root
/
home
/
kckglobal
/
public_html
/
portal
/
vendor
/
larastan
/
larastan
/
src
/
Types
/
Upload File:
files >> //proc/self/root/home/kckglobal/public_html/portal/vendor/larastan/larastan/src/Types/Passable.php
<?php declare(strict_types=1); namespace Larastan\Larastan\Types; use Larastan\Larastan\Contracts\Types\PassableContract; use PHPStan\Type\Type; /** @internal */ final class Passable implements PassableContract { public function __construct(private Type $type) { } public function getType(): Type { return $this->type; } public function setType(Type $type): void { $this->type = $type; } }
Copyright ©2021 || Defacer Indonesia