1 | <?php |
||
9 | class AbstractRendererTest extends \PHPUnit_Framework_TestCase |
||
10 | { |
||
11 | /** |
||
12 | * @var \Graze\CiffRenderer\Field\Renderer\RendererInterface |
||
13 | */ |
||
14 | protected $renderer; |
||
15 | |||
16 | public function setUp() |
||
36 | |||
37 | public function testGetPositionX() |
||
41 | |||
42 | public function testGetPositionY() |
||
46 | |||
47 | public function testGetWidth() |
||
51 | |||
52 | public function testGetHeight() |
||
56 | } |
||
57 |
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..