Skip to content

Commit

Permalink
fixup! fix last token print
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Mar 19, 2021
1 parent 02ced67 commit 6203015
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ private function processPHPUnitClass(Class_ $class): ?Class_

// get setup or create a setup add add it there
if ($setupClassMethod !== null) {
$this->updateSetUpMethod($setupClassMethod, $parentSetUpStaticCallExpression, $assign);
d $this->updateSetUpMethod($setupClassMethod, $parentSetUpStaticCallExpression, $assign);
} else {
$setUpMethod = $this->setUpClassMethodFactory->createSetUpMethod([$assign]);
$this->classInsertManipulator->addAsFirstMethod($class, $setUpMethod);
Expand Down

0 comments on commit 6203015

Please sign in to comment.