Completed
Push — master ( fa2155...ac7a3a )
by Alexander
126:27 queued 101:26
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.