File: phpstan.neon

package info (click to toggle)
php-phpdocumentor-reflection-docblock 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,380 kB
  • sloc: php: 7,895; xml: 113; makefile: 57
file content (17 lines) | stat: -rw-r--r-- 597 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
includes:
	- phpstan-baseline.neon

parameters:
    level: max
    ignoreErrors:
        - '#Method phpDocumentor\\Reflection\\DocBlock\\StandardTagFactory::createTag\(\) should return phpDocumentor\\Reflection\\DocBlock\\Tag but returns mixed#'
        - '#Offset 2 on array\{string, 28, int\} on left side of \?\? always exists and is not nullable\.#'
        -
          path: src/DocBlockFactoryInterface.php
          identifier: shipmonk.deadMethod
        -
          path: src/DocBlock/TagFactory.php
          identifier: shipmonk.deadMethod
    paths:
        - src
        - tests/unit