File: phpstan.dist.neon

package info (click to toggle)
php-phpspec-prophecy-phpunit 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: php: 197; makefile: 17
file content (11 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
parameters:
    level: 9
    treatPhpDocTypesAsCertain: false
    paths:
        - ./src/
        - ./phpstan-fixtures/
    ignoreErrors:
        # recordDoubledType exist only in PHPUnit < 10 but the code is checking that before using it.
        -
            message: '#^Call to an undefined method Prophecy\\PhpUnit\\Tests\\PhpstanFixtures\\[^:]++\:\:recordDoubledType\(\)\.$#'
            path: src/ProphecyTrait.php