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 bace13d commit 7639cfcCopy full SHA for 7639cfc
src/PHPSemVerChecker/Reporter/Reporter.php
@@ -92,6 +92,6 @@ protected function getLocation(Operation $operation)
92
} else {
93
$location = str_replace($this->cwd . DIRECTORY_SEPARATOR, '', $operation->getLocation());
94
}
95
- return $location . '#' . $operation->getLine();
+ return $location . ':' . $operation->getLine();
96
97
0 commit comments