1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-18 19:42:21 +01:00

Add line break

This commit is contained in:
Matthew Brown 2019-03-31 14:23:05 -04:00
parent d6b3ecaab8
commit 8116c48f6c

View File

@ -21,7 +21,7 @@ class Shepherd implements \Psalm\Plugin\Hook\AfterAnalysisInterface
SourceControlInfo $source_control_info = null
) {
if (!function_exists('curl_init')) {
echo 'No curl found, cannot send data to ' . $codebase->config->shepherd_host;
echo 'No curl found, cannot send data to ' . $codebase->config->shepherd_host . PHP_EOL;
return;
}