bnomei/kirby3-pageviewcounter

View on GitHub
phpstan.neon.dist

Summary

Maintainability
Test Coverage
parameters:
    level: 9
    paths:
        - classes
        - index.php
    excludePaths:
        - tests

    ignoreErrors:
        - '#Undefined variable: \$this#'
        - '#Parameter \#1 \$value of function strval expects#'
        - '#Parameter \#1 \$value of function intval expects#'
        - '#Call to an undefined method Kirby\\Cms\\Ingredients::#'
        -
            identifier: missingType.iterableValue