Skip to content

Commit a2ce51b

Browse files
committed
Fix link
1 parent c11650e commit a2ce51b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Analyser/Analyser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function analyse(
9090
'%sRun PHPStan with --debug option and post the stack trace to:%s%s',
9191
"\n",
9292
"\n",
93-
'https://github.com/phpstan/phpstan/issues/new'
93+
'https://github.com/phpstan/phpstan/issues/new?template=Bug_report.md'
9494
);
9595
$errors[] = new Error($internalErrorMessage, $file, null, $t);
9696
if ($internalErrorsCount >= $this->internalErrorsCountLimit) {

src/Command/WorkerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ private function runWorker(
223223
'%sRun PHPStan with --debug option and post the stack trace to:%s%s',
224224
"\n",
225225
"\n",
226-
'https://github.com/phpstan/phpstan/issues/new'
226+
'https://github.com/phpstan/phpstan/issues/new?template=Bug_report.md'
227227
);
228228
$errors[] = $internalErrorMessage;
229229
}

0 commit comments

Comments
 (0)