marcelog/PAMI

View on GitHub
src/PAMI/Message/Event/BlindTransferEvent.php

Summary

Maintainability
B
4 hrs
Test Coverage
A
94%

BlindTransferEvent has 36 functions (exceeds 20 allowed). Consider refactoring.
Open

class BlindTransferEvent extends EventMessage
{
    const RESULT_FAIL = 'Fail';
    const RESULT_INVALID = 'Invalid';
    const RESULT_NOT_PERMITTED = 'Not Permitted';
Severity: Minor
Found in src/PAMI/Message/Event/BlindTransferEvent.php - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status