Completed
Push — master ( 6c5557...d84e1e )
by Alexander
03:46
created
src/ReflectionParameter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.