Skip to content

fix(server): Add throttling to socket_select() calls #219

fix(server): Add throttling to socket_select() calls

fix(server): Add throttling to socket_select() calls #219

Triggered via push September 23, 2024 19:28
Status Failure
Total duration 38s
Artifacts
Matrix: phpstan
Matrix: psalm
Fit to window
Zoom out
Zoom in

Annotations

13 errors
phpstan (ubuntu-latest, 8.2, locked): src/Command/Run.php#L1
Ignored error pattern #^Short ternary operator is not allowed\. Use null coalesce operator if applicable or consider using long ternary\.$# in path /home/runner/work/trap/trap/src/Command/Run.php was not matched in reported 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.
MissingClosureReturnType: src/Sender/Console/Renderer/Sentry/Exceptions.php#L90
src/Sender/Console/Renderer/Sentry/Exceptions.php:90:25: MissingClosureReturnType: Closure does not have a return type, expecting null (see https://psalm.dev/068)
PossiblyUndefinedVariable: src/Socket/Server.php#L100
src/Socket/Server.php:100:40: PossiblyUndefinedVariable: Possibly undefined variable $socket, first seen on line 94 (see https://psalm.dev/018)
psalm (ubuntu-latest, 8.2, locked)
Process completed with exit code 2.