mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Add slashes
This commit is contained in:
parent
4e07dfebaa
commit
fa2adfe1b3
@ -163,6 +163,6 @@ class IssueData
|
||||
{
|
||||
$class = 'Psalm\\Issue\\' . $this->type;
|
||||
|
||||
return 'https://psalm.dev/' . str_pad((string) $class::SHORTCODE, 3, "0", STR_PAD_LEFT);
|
||||
return 'https://psalm.dev/' . \str_pad((string) $class::SHORTCODE, 3, "0", \STR_PAD_LEFT);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user