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 ce26c12 commit d8b6e2bCopy full SHA for d8b6e2b
src/CLI/Application.php
@@ -95,7 +95,7 @@ private function printVersion(): void
95
{
96
printf(
97
'phpcpd %s by Sebastian Bergmann.' . PHP_EOL,
98
- (new Version(self::VERSION, dirname(__DIR__)))->getVersion()
+ (new Version(self::VERSION, dirname(__DIR__)))->asString()
99
);
100
}
101
0 commit comments