Skip to content

Commit

Permalink
Add slash
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Dec 3, 2019
1 parent 016fd58 commit d9cae72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Plugin/Shepherd.php
Expand Up @@ -114,7 +114,7 @@ function (array $i) : bool {
. PHP_EOL; . PHP_EOL;
} }
} else { } else {
$short_address = str_replace('https://', '', $base_address); $short_address = \str_replace('https://', '', $base_address);


echo "🐑 results sent to $short_address 🐑" . PHP_EOL; echo "🐑 results sent to $short_address 🐑" . PHP_EOL;
} }
Expand Down

0 comments on commit d9cae72

Please sign in to comment.