whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Type
/
Internal
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Type/Internal/NumType.php
<?php declare(strict_types=1); namespace Psl\Type\Internal; /** * @extends UnionType<int, float> * * @internal */ final class NumType extends UnionType { public function __construct() { /** @psalm-suppress MissingThrowsDocblock */ parent::__construct(new IntType(), new FloatType()); } public function toString(): string { return 'num'; } }
Copyright ©2021 || Defacer Indonesia