Total Complexity | 3 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class ActionCallerTest extends TestCase |
||
14 | { |
||
15 | /** @var ServerRequestInterface */ |
||
16 | private $request; |
||
17 | |||
18 | /** @var RequestHandlerInterface */ |
||
19 | private $handler; |
||
20 | |||
21 | protected function setUp() |
||
25 | } |
||
26 | |||
27 | public function testProcess() |
||
35 | } |
||
36 | |||
37 | public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
||
45 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..