daikon-cqrs/event-sourcing

View on GitHub
src/EventStore/Commit/Commit.php

Summary

Maintainability
A
35 mins
Test Coverage
F
0%

Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        AggregateIdInterface $aggregateId,
        Sequence $sequence,
        DateTimeImmutable $committedAt,
        DomainEventSequenceInterface $eventLog,
        MetadataInterface $metadata
Severity: Minor
Found in src/EventStore/Commit/Commit.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status