Completed
Pull Request — master (#82)
by Loren
01:31
created
src/ReflectionFunction.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -156,8 +156,7 @@
 block discarded – undo
156 156
             if ($phpExt) {
157 157
                 $origin .= ':' . $phpExt->getName();
158 158
             }
159
-        }
160
-        else {
159
+        } else {
161 160
             $source = sprintf("\n  @@ %s %d - %d", $this->getFileName(), $this->getStartLine(), $this->getEndLine());
162 161
         }
163 162
         $paramFormat      = ($this->getNumberOfParameters() > 0) ? "\n\n  - Parameters [%d] {%s\n  }" : '';
Please login to merge, or discard this patch.