diff --git a/src/Psalm/Plugin/Shepherd.php b/src/Psalm/Plugin/Shepherd.php index 5aa04b5c0..658b2cc2a 100644 --- a/src/Psalm/Plugin/Shepherd.php +++ b/src/Psalm/Plugin/Shepherd.php @@ -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; }