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:
parent
d6b3ecaab8
commit
8116c48f6c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user