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

Add temporary logging

This commit is contained in:
Matthew Brown 2019-12-03 00:36:26 -05:00
parent 843c08b8e1
commit a35d5f1308

View File

@ -114,6 +114,12 @@ class Shepherd implements \Psalm\Plugin\Hook\AfterAnalysisInterface
}
} else {
echo "🐑 Shepherd data sent 🐑" . PHP_EOL;
echo 'Git args: '
. var_export($source_control_data, true)
. PHP_EOL;
echo 'CI args: '
. var_export($build_info, true)
. PHP_EOL;
}
// Close cURL session handle