gdbots/pbjx-php

View on GitHub
src/EventStore/EventStore.php

Summary

Maintainability
A
45 mins
Test Coverage

Method getStreamSlice has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function getStreamSlice(StreamId $streamId, ?Microtime $since = null, int $count = 25, bool $forward = true, bool $consistent = false, array $context = []): StreamSlice;
Severity: Minor
Found in src/EventStore/EventStore.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status