| 1 | <?php |
||
| 16 | class UnresolvableArgumentException extends \InvalidArgumentException |
||
| 17 | { |
||
| 18 | 7 | public static function fromParameter(\ReflectionParameter $parameter) : self |
|
| 27 | |||
| 28 | /** |
||
| 29 | * @param \ReflectionFunctionAbstract $reflection |
||
| 30 | * |
||
| 31 | * @return string |
||
| 32 | */ |
||
| 33 | 7 | private static function getFunctionName(\ReflectionFunctionAbstract $reflection) : string |
|
| 43 | } |
||
| 44 |