@@ -88,7 +88,7 @@ |
||
| 88 | 88 | $parameterIndex = 0, |
| 89 | 89 | \ReflectionFunctionAbstract $declaringFunction = null |
| 90 | 90 | ) { |
| 91 | - $this->functionName = $functionName; |
|
| 91 | + $this->functionName = $functionName; |
|
| 92 | 92 | // Let's unset original read-only property to have a control over it via __get |
| 93 | 93 | unset($this->name); |
| 94 | 94 | |