File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,18 @@ parameters:
12
12
identifier: missingType.generics
13
13
-
14
14
messages:
15
- - '#Access to constant class on an unknown class PHPUnit\\Framework\\MockObject\\MockObject.#'
16
- - '#Call to method (.*) on an unknown class PHPUnit\\Framework\\MockObject\\MockObject.#'
17
- - '#Cloning object of an unknown class PHPUnit\\Framework\\MockObject\\MockObject.#'
18
- - '#Method (.*) has invalid return type PHPUnit\\Framework\\MockObject\\MockObject.#'
19
- - '#PHPDoc tag @var for variable (.*) contains unknown class PHPUnit\\Framework\\MockObject\\MockObject.#'
15
+ - '#Access to constant on internal class Symfony\\Component\\Validator\\Context\\ExecutionContext\.#'
16
+ - '#Method PHPUnit\\Framework\\MockObject\\InvocationStubber::with\(\) invoked with unpacked array with possibly string key(.*)#'
20
17
paths:
21
18
- tests/Integration/*
19
+ -
20
+ messages:
21
+ - '#Call to method get\(\) of internal class Symfony\\Bundle\\FrameworkBundle\\Test\\TestContainer from outside its root namespace Symfony\.#'
22
+ paths:
23
+ - tests/E2E/*
24
+ - tests/Functional/*
25
+ - tests/Integration/*
26
+ - tests/Unit/*
22
27
-
23
28
messages:
24
29
- '#has PHPDoc tag \@method for method (.*)\(\) parameter \#(\d+) \$(.*) with no value type specified in iterable type array#'
You can’t perform that action at this time.
0 commit comments