1 | <?php |
||
22 | abstract class DiscovererTestCase extends TestCase |
||
23 | { |
||
24 | /** @var DomDocument */ |
||
25 | protected $domDocument; |
||
26 | |||
27 | /** @var DomElement */ |
||
28 | protected $domAnchor; |
||
29 | |||
30 | /** @var Resource */ |
||
31 | protected $spiderResource; |
||
32 | |||
33 | /** @var Uri */ |
||
34 | protected $uri; |
||
35 | |||
36 | protected function setUp() |
||
58 | } |
||
59 |
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..