mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
18 lines
597 B
Plaintext
18 lines
597 B
Plaintext
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
|