CPS-IT/project-builder

View on GitHub
dependency-checker.json

Summary

Maintainability
Test Coverage
{
    "symbol-whitelist" : [
        "null", "true", "false",
        "static", "self", "parent",
        "array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "mixed", "never",
        "CPSIT\\ProjectBuilder\\DependencyInjection\\ProjectServiceContainer"
    ]
}