1 | <?php |
||
8 | class RedisDriverTest extends TestCase |
||
9 | { |
||
10 | /** |
||
11 | * @var Redis |
||
12 | */ |
||
13 | private $redis; |
||
14 | |||
15 | /** |
||
16 | * @var RedisDriver |
||
17 | */ |
||
18 | private $driver; |
||
19 | |||
20 | protected function setUp() |
||
25 | |||
26 | public function testPush() |
||
39 | |||
40 | public function testPop() |
||
52 | |||
53 | public function testPopEmpty() |
||
65 | } |
||
66 |
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..