mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
More logging
This commit is contained in:
parent
260b73ce78
commit
f667dee4f5
@ -269,6 +269,8 @@ class BuildInfoCollector
|
||||
/** @var array */
|
||||
$event_data = \json_decode($event_json, true);
|
||||
|
||||
var_dump($head_data);
|
||||
|
||||
if (isset($event_data['head_commit'])) {
|
||||
/**
|
||||
* @var array{
|
||||
|
@ -409,8 +409,6 @@ if (isset($options['clear-global-cache'])) {
|
||||
exit;
|
||||
}
|
||||
|
||||
var_dump($_SERVER);
|
||||
|
||||
// disable progressbar on CI
|
||||
if (isset($_SERVER['TRAVIS'])
|
||||
|| isset($_SERVER['CIRCLECI'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user