craftzing/laravel-lokalise-webhooks

View on GitHub
phpstan.neon.dist

Summary

Maintainability
Test Coverage
parameters:
    level: 6
    paths:
        - src
    excludes_analyse:
        - ./**/*Test.php
        - ./**/*TestCase.php
        - ./**/Fake*.php
    ignoreErrors:
        - '#Call to an undefined method Illuminate\\Contracts\\Filesystem\\Filesystem::path\(\).#'