1 | <?php |
||
8 | class QueueTest extends TestCase |
||
9 | { |
||
10 | /** |
||
11 | * @var DriverInterface |
||
12 | */ |
||
13 | private $driver; |
||
14 | |||
15 | /** |
||
16 | * @var MessageSerializerInterface |
||
17 | */ |
||
18 | private $serializer; |
||
19 | |||
20 | /** |
||
21 | * @var Queue |
||
22 | */ |
||
23 | private $queue; |
||
24 | |||
25 | protected function setUp() |
||
31 | |||
32 | public function testAdd() |
||
55 | } |
||
56 |
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..