Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
roave
/
better-reflection
/
stubs
/
Editing: ReflectionIntersectionType.php
<?php if (class_exists(ReflectionIntersectionType::class, false)) { return; } class ReflectionIntersectionType extends ReflectionType { /** @return ReflectionType[] */ public function getTypes() { return []; } }
Save
Cancel