Skip to content

Add Monolog Frame -> Event mapper #70

Add Monolog Frame -> Event mapper

Add Monolog Frame -> Event mapper #70

Triggered via push December 16, 2023 17:14
Status Success
Total duration 32s
Artifacts

psalm.yml

on: push
Matrix: psalm
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
InternalClass: src/Application.php#L181
src/Application.php:181:18: InternalClass: Buggregator\Trap\Sender\Frontend\Http\RequestHandler is internal to Buggregator\Trap * Read about Sec-WebSocket-Extensions: but called from Buggregator\Trap\Application (see https://psalm.dev/174)
InternalMethod: src/Application.php#L181
src/Application.php:181:18: InternalMethod: Constructor Buggregator\Trap\Sender\Frontend\Http\RequestHandler::__construct is internal to Buggregator\Trap * Read about Sec-WebSocket-Extensions: but called from Buggregator\Trap\Application::configureFrontend (see https://psalm.dev/175)
ArgumentTypeCoercion: src/Application.php#L188
src/Application.php:188:58: ArgumentTypeCoercion: Argument 1 of Buggregator\Trap\Config\SocketServer::__construct expects int<1, 65535>, but parent type int provided (see https://psalm.dev/193)
InvalidAttribute: src/Handler/Router/Attribute/Route.php#L12
src/Handler/Router/Attribute/Route.php:12:3: InvalidAttribute: Abstract classes cannot act as attribute classes (see https://psalm.dev/242)
UndefinedPropertyFetch: src/Handler/Router/Router.php#L130
src/Handler/Router/Router.php:130:67: UndefinedPropertyFetch: Instance property Buggregator\Trap\Handler\Router\Attribute\Route::$path is not defined (see https://psalm.dev/039)
ArgumentTypeCoercion: src/Handler/Router/Router.php#L131
src/Handler/Router/Router.php:131:61: ArgumentTypeCoercion: Argument 1 of preg_match expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
UndefinedPropertyFetch: src/Handler/Router/Router.php#L131
src/Handler/Router/Router.php:131:69: UndefinedPropertyFetch: Instance property Buggregator\Trap\Handler\Router\Attribute\Route::$regexp is not defined (see https://psalm.dev/039)
MixedAssignment: src/Handler/Router/Router.php#L171
src/Handler/Router/Router.php:171:17: MixedAssignment: Unable to determine the type of this assignment (see https://psalm.dev/032)
PossiblyNullOperand: src/Proto/Frame/Http.php#L29
src/Proto/Frame/Http.php:29:29: PossiblyNullOperand: Left operand cannot be nullable, got int|null (see https://psalm.dev/080)
PossiblyNullOperand: src/Proto/Frame/Http.php#L31
src/Proto/Frame/Http.php:31:85: PossiblyNullOperand: Right operand cannot be nullable, got int|null (see https://psalm.dev/080)
Psalm Validation (PHP 8.2, OS ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/