Skip to content

Commit

Permalink
Remove debugging dumper
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Nov 25, 2023
1 parent e8e4c9a commit bee6392
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Rector/PHPUnit/ShouldCallParentMethodsRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace DrupalRector\Rector\PHPUnit;

use PhpParser\Node;
use PhpParser\NodeDumper;
use PHPStan\Analyser\Scope;
use Rector\Core\Rector\AbstractScopeAwareRector;
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
Expand Down Expand Up @@ -54,8 +53,6 @@ public function refactorWithScope(Node $node, Scope $scope)
return null;
}

echo (new NodeDumper())->dump($node);

$hasParentCall = $this->hasParentClassCall($node->getStmts());

if (!$hasParentCall) {
Expand Down

0 comments on commit bee6392

Please sign in to comment.