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/ScalarType.php
<?php declare(strict_types=1); namespace Psl\Type\Internal; /** * @extends UnionType<string|bool, int|float> * * @internal */ final class ScalarType extends UnionType { public function __construct() { /** @psalm-suppress MissingThrowsDocblock */ parent::__construct( /** @psalm-suppress MissingThrowsDocblock */ new UnionType(new StringType(), new BoolType()), new NumType() ); } public function toString(): string { return 'scalar'; } }
Copyright ©2021 || Defacer Indonesia