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 24f6264 commit 68495e8Copy full SHA for 68495e8
tests/PHPStan/Rules/Properties/OverridingPropertyRuleTest.php
@@ -106,7 +106,7 @@ public function dataRulePHPDocTypes(): array
106
{
107
$tip = sprintf(
108
"You can fix 3rd party PHPDoc types with stub files:\n %s",
109
- '<fg=cyan>https://phpstan.org/user-guide/stub-files</>',
+ '<fg=cyan>https://phpstan.org/user-guide/stub-files</>'
110
);
111
$tipWithOption = sprintf(
112
"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