Skip to content
Code-Schnipsel Gruppen Projekte
phpstan.dist.neon 811 B
Newer Older
  • Learn to ignore specific revisions
  • Henning Leutz's avatar
    Henning Leutz committed
    includes:
        - phpstan-baseline.neon
    
    parameters:
    
    Henning Leutz's avatar
    Henning Leutz committed
        paths:
            - src
            - ajax
        bootstrapFiles:
    
            - tests/phpstan-bootstrap.php
        treatPhpDocTypesAsCertain: false
        customRulesetUsed: true
    services:
        -
            class: \PHPStan\Rules\Properties\TypesAssignedToPropertiesRule
            tags:
                - phpstan.rules.rule
        -
            class: \PHPStan\Rules\Functions\ArrowFunctionReturnTypeRule
            tags:
                - phpstan.rules.rule
        -
            class: \PHPStan\Rules\Functions\ClosureReturnTypeRule
            tags:
                - phpstan.rules.rule
        -
            class: \PHPStan\Rules\Functions\ReturnTypeRule
            tags:
                - phpstan.rules.rule
        -
            class: \PHPStan\Rules\Methods\ReturnTypeRule
            tags:
                - phpstan.rules.rule