| 1 | <?php  | 
            ||
| 14 | class WebServiceTest extends TestCase  | 
            ||
| 15 | { | 
            ||
| 16 | |||
| 17 | /**  | 
            ||
| 18 | * @var WebServiceFactory  | 
            ||
| 19 | */  | 
            ||
| 20 | private $wsFactory;  | 
            ||
| 21 | |||
| 22 | /**  | 
            ||
| 23 | * @var MockInterface|EventDispatcherInterface  | 
            ||
| 24 | */  | 
            ||
| 25 | private $eventDispatcher;  | 
            ||
| 26 | |||
| 27 | protected function setUp(): void  | 
            ||
| 36 | |||
| 37 | public function testFailCall(): void  | 
            ||
| 62 | }  | 
            ||
| 63 | 
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..