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:
parent
843c08b8e1
commit
a35d5f1308
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user