mteu/typo3-stream-writer

View on GitHub
phpstan.neon

Summary

Maintainability
Test Coverage
parameters:
    level: max
    paths:
        - Classes
        - Configuration
        - Tests

    treatPhpDocTypesAsCertain: false

    docblock:
        copyrightIdentifier: 'Copyright (C) '
        requiredLicenseIdentifier: 'GPL-3.0'

    ergebnis:
        noExtends:
            classesAllowedToBeExtended:
                - Exception
                - TYPO3\CMS\Core\Log\Writer\AbstractWriter
                - mteu\StreamWriter\Exception\Exception

    ignoreErrors:
        - '#^Interface must be located in "Contract" or "Contracts" namespace$#'