/home/techb158/dev.balacoffee.com/vendor/laravel/framework/src/Illuminate/Container
NameSizeModeActions
BoundMethod.php71800644editdlrm
composer.json8940644editdlrm
Container.php404310644editdlrm
ContextualBindingBuilder.php24020644editdlrm
EntryNotFoundException.php1980644editdlrm
LICENSE.md10750644editdlrm
RewindableGenerator.php11450644editdlrm
Util.php16360644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/laravel/framework/src/Illuminate/Container/Util.php (1636B)
getType(); if (! $type instanceof ReflectionNamedType || $type->isBuiltin()) { return null; } $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; } }