Completed
Pull Request — master (#118)
by
unknown
23:38
created
src/ReflectionMethod.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
         // }
120 120
 
121 121
         /** @noinspection PhpFormatFunctionParametersMismatchInspection */
122
-       return sprintf(
122
+        return sprintf(
123 123
             "%sMethod [ <user%s%s%s%s>%s%s%s %s method %s ] {\n  @@ %s %d - %d$paramFormat$returnFormat\n}\n",
124 124
             $this->getDocComment() ? $this->getDocComment() . "\n" : '',
125 125
             $inheritance,
Please login to merge, or discard this patch.