daikon-cqrs/message-bus

View on GitHub
src/Channel/Subscription/LazySubscription.php

Summary

Maintainability
A
35 mins
Test Coverage
F
0%

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

        string $key,
        Closure $transport,
        Closure $messageHandlers,
        Closure $guard = null,
        Closure $metadataEnrichers = null
Severity: Minor
Found in src/Channel/Subscription/LazySubscription.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status