mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Add a little more logging
This commit is contained in:
parent
f667dee4f5
commit
6fa3d3df51
@ -269,7 +269,8 @@ class BuildInfoCollector
|
||||
/** @var array */
|
||||
$event_data = \json_decode($event_json, true);
|
||||
|
||||
var_dump($head_data);
|
||||
/** @psalm-suppress ForbiddenCode */
|
||||
var_dump($event_data);
|
||||
|
||||
if (isset($event_data['head_commit'])) {
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user