1 | <?php |
||
16 | class QueueExceptionTest extends \PHPUnit_Framework_TestCase |
||
17 | { |
||
18 | use Util; |
||
19 | |||
20 | /** |
||
21 | * @var \Phive\Queue\Queue |
||
22 | */ |
||
23 | protected $queue; |
||
24 | |||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | protected function setUp() |
||
32 | |||
33 | public function testQueueExceptionExtendsBaseException() |
||
37 | |||
38 | public function testGetQueue() |
||
44 | |||
45 | public function testGetMessage() |
||
52 | } |
||
53 |
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..