Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 27, 2021
1 parent c11650e commit a2ce51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Analyser/Analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function analyse(
'%sRun PHPStan with --debug option and post the stack trace to:%s%s',
"\n",
"\n",
'https://github.com/phpstan/phpstan/issues/new'
'https://github.com/phpstan/phpstan/issues/new?template=Bug_report.md'
);
$errors[] = new Error($internalErrorMessage, $file, null, $t);
if ($internalErrorsCount >= $this->internalErrorsCountLimit) {
Expand Down
2 changes: 1 addition & 1 deletion src/Command/WorkerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ private function runWorker(
'%sRun PHPStan with --debug option and post the stack trace to:%s%s',
"\n",
"\n",
'https://github.com/phpstan/phpstan/issues/new'
'https://github.com/phpstan/phpstan/issues/new?template=Bug_report.md'
);
$errors[] = $internalErrorMessage;
}
Expand Down

0 comments on commit a2ce51b

Please sign in to comment.