We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66728d3 commit 75772d4Copy full SHA for 75772d4
src/Bridge/MessDetectorRenderer.php
@@ -69,7 +69,7 @@ public function renderReport(Report $report): void
69
}
70
71
$this->output->writeln([
72
- sprintf('<fg=white;options=bold>FILE: %s</>', str_replace($this->basePath . '/', '', $file)),
+ sprintf('<fg=white;options=bold>FILE: %s</>', str_replace($this->basePath . '/', '', (string) $file)),
73
sprintf('<fg=white;options=bold>FOUND %d ERRORS AND %d VIOLATIONS</>', $errorCount, $violationCount),
74
]);
75
$table->render();
0 commit comments