Skip to content

Commit 68495e8

Browse files
committed
Fix
1 parent 24f6264 commit 68495e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Properties/OverridingPropertyRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function dataRulePHPDocTypes(): array
106106
{
107107
$tip = sprintf(
108108
"You can fix 3rd party PHPDoc types with stub files:\n %s",
109-
'<fg=cyan>https://phpstan.org/user-guide/stub-files</>',
109+
'<fg=cyan>https://phpstan.org/user-guide/stub-files</>'
110110
);
111111
$tipWithOption = sprintf(
112112
"You can fix 3rd party PHPDoc types with stub files:\n %s\n This error can be turned off by setting\n %s",

0 commit comments

Comments
 (0)