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