Skip to content

Commit 48e1815

Browse files
Update Analyser.php
1 parent 470fef0 commit 48e1815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyser/Analyser.php

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

0 commit comments

Comments
 (0)