Completed
Pull Request — master (#118)
by
unknown
22:09
created
src/ValueResolver/NodeExpressionResolver.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -504,7 +504,7 @@
 block discarded – undo
504 504
 
505 505
             if (method_exists($this->context, 'getDeclaringClass')) {
506 506
                 return $this->context->getDeclaringClass()
507
-                                     ->getParentClass()
507
+                                        ->getParentClass()
508 508
                     ;
509 509
             }
510 510
         }
Please login to merge, or discard this patch.
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.