whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Node
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/nikic/php-parser/lib/PhpParser/Node/ComplexType.php
<?php declare(strict_types=1); namespace PhpParser\Node; use PhpParser\NodeAbstract; /** * This is a base class for complex types, including nullable types and union types. * * It does not provide any shared behavior and exists only for type-checking purposes. */ abstract class ComplexType extends NodeAbstract { }
Copyright ©2021 || Defacer Indonesia