fixup! remove func call from methods calls

This commit is contained in:
rector-bot 2020-07-06 00:04:12 +00:00
parent 3c3c3a9530
commit 642d42326f

View File

@ -85,6 +85,7 @@ final class MarkdownDumpNodesOutputFormatter
$this->symfonyStyle->newLine();
$this->symfonyStyle->writeln('#### Example PHP Code');
$this->symfonyStyle->newLine();
$message = sprintf('```php%s%s%s```', PHP_EOL, $nodeInfo->getPrintedContent(), PHP_EOL);
$this->symfonyStyle->writeln($message);
}