Skip to content

Fix most SA errors, remove Trace feature, fix Header usage #216

Fix most SA errors, remove Trace feature, fix Header usage

Fix most SA errors, remove Trace feature, fix Header usage #216

Triggered via pull request December 30, 2024 21:10
@DanielBaduraDanielBadura
synchronize #20
cleanup
Status Failure
Total duration 25s
Artifacts

phpstan.yml

on: pull_request
Matrix: Static Analysis by PHPStan
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): src/Controller/EventController.php#L60
Parameter #2 $array of function array_map expects array, iterable<Patchlevel\EventSourcing\EventBus\ListenerDescriptor> given.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): src/Decorator/RequestIdDecorator.php#L22
Method Patchlevel\EventSourcingAdminBundle\Decorator\RequestIdDecorator::__invoke() has parameter $message with generic class Patchlevel\EventSourcing\Message\Message but does not specify its types: T
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): src/Decorator/RequestIdDecorator.php#L22
Method Patchlevel\EventSourcingAdminBundle\Decorator\RequestIdDecorator::__invoke() return type with generic class Patchlevel\EventSourcing\Message\Message does not specify its types: T
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): src/Twig/DumpExtension.php#L44
Method Patchlevel\EventSourcingAdminBundle\Twig\DumpExtension::dump() should return string but returns string|null.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest)
Process completed with exit code 1.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636