| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | protected function createContent(ManialinkInterface $manialink) |
||
| 26 | { |
||
| 27 | parent::createContent($manialink); |
||
| 28 | $this->memoryMessage = new Label(); |
||
|
|
|||
| 29 | $this->memoryMessage->setTextPrefix('$s')->setText("waiting data..."); |
||
| 30 | |||
| 31 | $manialink->getContentFrame()->setScale(0.8)->setPosition(160, -130); |
||
| 32 | $manialink->addChild($this->memoryMessage); |
||
| 33 | |||
| 34 | } |
||
| 35 | |||
| 42 |
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..