/home/techb158/immovalet.com/vendor/laravel/framework/src/Illuminate/Container
NameSizeModeActions
BoundMethod.php67990644editdlrm
composer.json8940644editdlrm
Container.php404570644editdlrm
ContextualBindingBuilder.php24020644editdlrm
EntryNotFoundException.php1980644editdlrm
LICENSE.md10750644editdlrm
RewindableGenerator.php10870644editdlrm
Util.php16310644editdlrm
Edit: /home/techb158/immovalet.com/vendor/laravel/framework/src/Illuminate/Container/Util.php (1631B)
getType(); if (! $type instanceof ReflectionNamedType || $type->isBuiltin()) { return; } $name = $type->getName(); if (! is_null($class = $parameter->getDeclaringClass())) { if ($name === 'self') { return $class->getName(); } if ($name === 'parent' && $parent = $class->getParentClass()) { return $parent->getName(); } } return $name; } }