Searched refs:reflection_parameter (Results 1 – 1 of 1) sorted by relevance
93 private function makeParameter(ReflectionParameter $reflection_parameter): mixed argument95 if ($reflection_parameter->isOptional()) {96 return $reflection_parameter->getDefaultValue();99 $type = $reflection_parameter->getType();105 throw new NotFoundInContainerException('Cannot make ' . $reflection_parameter->getName());