1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Add slash

This commit is contained in:
Matthew Brown 2019-12-03 08:33:31 -05:00
parent 016fd58547
commit d9cae720c1

View File

@ -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;
}