Completed
Pull Request — master (#135)
by Alexander
24:12
created
src/ReflectionProperty.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -420,7 +420,7 @@
 block discarded – undo
420 420
                             $paramNode
421 421
                         );
422 422
                     }
423
-                 }
423
+                    }
424 424
             }
425 425
         }
426 426
 
Please login to merge, or discard this patch.
src/Resolver/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/Resolver/TypeExpressionResolver.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.