| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | abstract class AbstractParserTest extends \Nip\Router\Tests\AbstractTest |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @var AbstractParser |
||
| 16 | */ |
||
| 17 | protected $object; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Sets up the fixture, for example, opens a network connection. |
||
| 21 | * This method is called before a test is executed. |
||
| 22 | */ |
||
| 23 | protected function setUp() : void |
||
| 65 |
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..