Skip to content

add debug performance possibilities #1933

add debug performance possibilities

add debug performance possibilities #1933

Triggered via pull request December 13, 2023 11:35
Status Failure
Total duration 41s
Artifacts

phpstan.yml

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

Annotations

10 errors
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): src/Debug/DefaultProfiler.php#L22
Method Patchlevel\EventSourcing\Debug\DefaultProfiler::profile() has parameter $context with no type specified.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): src/Debug/ProfileData.php#L14
Method Patchlevel\EventSourcing\Debug\ProfileData::__construct() has parameter $context with no value type specified in iterable type array.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): src/Debug/ProfileData.php#L39
Method Patchlevel\EventSourcing\Debug\ProfileData::context() return type has no value type specified in iterable type array.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): src/Debug/Profiler.php#L14
Method Patchlevel\EventSourcing\Debug\Profiler::profile() has parameter $context with no type specified.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): src/Debug/TraceableRepositoryManager.php#L30
Class Patchlevel\EventSourcing\Debug\TraceableRepository constructor invoked with 4 parameters, 3 required.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): src/Debug/TraceableRepositoryManager.php#L33
Parameter #3 $profiler of class Patchlevel\EventSourcing\Debug\TraceableRepository constructor expects Patchlevel\EventSourcing\Debug\Profiler, Patchlevel\EventSourcing\Debug\ProfileDataHolder given.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest)
Process completed with exit code 1.