Skip to content

Add searching for XHProf local files #109

Add searching for XHProf local files

Add searching for XHProf local files #109

Triggered via pull request June 1, 2024 20:08
Status Failure
Total duration 37s
Artifacts

static-analysis.yml

on: pull_request
Matrix: static-analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors
static-analysis (ubuntu-latest, 8.2, locked): src/Application.php#L34
Property Buggregator\Trap\Application::$fibers with generic class Fiber does not specify its types: TStart, TResume, TReturn, TSuspend
static-analysis (ubuntu-latest, 8.2, locked): src/Application.php#L73
Only booleans are allowed in &&, null given on the right side.
static-analysis (ubuntu-latest, 8.2, locked): src/Application.php#L87
Call to function assert() with true will always evaluate to true.
static-analysis (ubuntu-latest, 8.2, locked): src/Application.php#L87
Instanceof between Buggregator\Trap\Sender and Buggregator\Trap\Sender will always evaluate to true.
static-analysis (ubuntu-latest, 8.2, locked): src/Application.php#L93
While loop condition is always true.
static-analysis (ubuntu-latest, 8.2, locked): src/Application.php#L162
Method Buggregator\Trap\Application::prepareServerFiber() return type with generic class Fiber does not specify its types: TStart, TResume, TReturn, TSuspend
static-analysis (ubuntu-latest, 8.2, locked): src/Application.php#L228
Parameter $clientInflector of static method Buggregator\Trap\Socket\Server::init() expects (Closure(Buggregator\Trap\Socket\Client, int): void)|null, Closure(Buggregator\Trap\Socket\Client, int): Buggregator\Trap\Socket\Client given.
static-analysis (ubuntu-latest, 8.2, locked): src/Bootstrap.php#L37
Method Buggregator\Trap\Bootstrap::withConfig() has parameter $environment with no value type specified in iterable type array.
static-analysis (ubuntu-latest, 8.2, locked): src/Bootstrap.php#L37
Method Buggregator\Trap\Bootstrap::withConfig() has parameter $inputArguments with no value type specified in iterable type array.
static-analysis (ubuntu-latest, 8.2, locked): src/Bootstrap.php#L37
Method Buggregator\Trap\Bootstrap::withConfig() has parameter $inputOptions with no value type specified in iterable type array.