Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
jetbrains
/
phpstorm-stubs
/
Reflection
/
Editing: ReflectionUnionType.php
<?php use JetBrains\PhpStorm\Pure; /** * @since 8.0 */ class ReflectionUnionType extends ReflectionType { /** * Get list of named types of union type * * @return ReflectionNamedType[] */ #[Pure] public function getTypes(): array {} }
Save
Cancel