Skip to content

Complex update: frontend v1.18; XHProf web endpoint; "file-body" sender #153

Complex update: frontend v1.18; XHProf web endpoint; "file-body" sender

Complex update: frontend v1.18; XHProf web endpoint; "file-body" sender #153

Triggered via pull request June 13, 2024 15:47
@roxblnfkroxblnfk
synchronize #117
new-front
Status Failure
Total duration 49s
Artifacts

static-analysis.yml

on: pull_request
Matrix: phpstan
Matrix: psalm
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan (ubuntu-latest, 8.2, locked): src/Handler/Http/Middleware/XHProfTrap.php#L71
PHPDoc tag @var for variable $payload has no value type specified in iterable type array.
phpstan (ubuntu-latest, 8.2, locked): src/Handler/Http/Middleware/XHProfTrap.php#L71
PHPDoc tag @var for variable $payload has no value type specified in iterable type array.
phpstan (ubuntu-latest, 8.2, locked): src/Handler/Http/Middleware/XHProfTrap.php#L73
Call to function is_array() with array will always evaluate to true.
phpstan (ubuntu-latest, 8.2, locked): src/Handler/Http/Middleware/XHProfTrap.php#L73
Call to function is_array() with array will always evaluate to true.
phpstan (ubuntu-latest, 8.2, locked): src/Handler/Http/Middleware/XHProfTrap.php#L73
Offset 'profile' on array{profile: array, tags: array, app_name: string, hostname: string, date: int<1, max>} on left side of ?? always exists and is not nullable.
phpstan (ubuntu-latest, 8.2, locked): src/Handler/Http/Middleware/XHProfTrap.php#L73
Offset 'tags' on array{profile: array, tags: array, app_name: string, hostname: string, date: int<1, max>} on left side of ?? always exists and is not nullable.
phpstan (ubuntu-latest, 8.2, locked): src/Handler/Http/Middleware/XHProfTrap.php#L91
Offset 'tags' on array{profile: array, tags: array, app_name: string, hostname: string, date: int<1, max>} on left side of ?? always exists and is not nullable.
phpstan (ubuntu-latest, 8.2, locked): src/Handler/Http/Middleware/XHProfTrap.php#L92
Offset 'profile' on array{profile: array, tags: array, app_name: string, hostname: string, date: int<1, max>} on left side of ?? always exists and is not nullable.
phpstan (ubuntu-latest, 8.2, locked): src/Module/Profiler/Struct/Edge.php#L22
Method Buggregator\Trap\Module\Profiler\Struct\Edge::jsonSerialize() return type has no value type specified in iterable type array.