| 1 | <?php |
||
| 9 | final class UntargetedBind |
||
| 10 | { |
||
| 11 | 8 | public function __invoke(Container $container, \ReflectionMethod $method) |
|
| 18 | |||
| 19 | 8 | private function addConcreteClass(Container $container, \ReflectionParameter $parameter) |
|
| 26 | |||
| 27 | /** |
||
| 28 | * @param \ReflectionParameter $parameter |
||
| 29 | * |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | 8 | private function getTypeHint(\ReflectionParameter $parameter) |
|
| 42 | } |
||
| 43 |
An attempt at access to an undefined property has been detected. This may either be a typographical error or the property has been renamed but there are still references to its old name.
If you really want to allow access to undefined properties, you can define magic methods to allow access. See the php core documentation on Overloading.