mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Add slash
This commit is contained in:
parent
016fd58547
commit
d9cae720c1
@ -114,7 +114,7 @@ class Shepherd implements \Psalm\Plugin\Hook\AfterAnalysisInterface
|
||||
. PHP_EOL;
|
||||
}
|
||||
} else {
|
||||
$short_address = str_replace('https://', '', $base_address);
|
||||
$short_address = \str_replace('https://', '', $base_address);
|
||||
|
||||
echo "🐑 results sent to $short_address 🐑" . PHP_EOL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user