shubinmi/salesforce-bulk-api

View on GitHub
src/dto/JobInfoDto.php

Summary

Maintainability
A
2 hrs
Test Coverage

JobInfoDto has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

class JobInfoDto extends ConstructFromArrayOrJson
{
    const STATE_OPEN    = 'Open';
    const STATE_CLOSED  = 'Closed';
    const STATE_ABORTED = 'Aborted';
Severity: Minor
Found in src/dto/JobInfoDto.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status