blob: 4712629e36d587258940c897cd7f5253e92b8c79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
parameters:
level: 9
paths:
- src
- tests
ignoreErrors:
-
message: '#Call to an undefined method Pest\\Expectation<#'
path: tests
identifier: method.notFound
reportUnmatched: false
-
message: '#Parameter \#1 \$value of method Pest\\Support\\HigherOrderCallables::expect\(\)#'
path: tests
identifier: argument.type
reportUnmatched: false
|