From 8116c48f6cd6ab14ac6b651de851e997faf74738 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Sun, 31 Mar 2019 14:23:05 -0400 Subject: [PATCH] Add line break --- src/Psalm/Plugin/Shepherd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Psalm/Plugin/Shepherd.php b/src/Psalm/Plugin/Shepherd.php index 5563f626f..9f586567b 100644 --- a/src/Psalm/Plugin/Shepherd.php +++ b/src/Psalm/Plugin/Shepherd.php @@ -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; }