| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class ActionsTest extends \PHPUnit\Framework\TestCase |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var Actions |
||
| 12 | */ |
||
| 13 | protected $object; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Sets up the fixture, for example, opens a network connection. |
||
| 17 | * This method is called before a test is executed. |
||
| 18 | */ |
||
| 19 | protected function setUp(): void |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Tears down the fixture, for example, closes a network connection. |
||
| 26 | * This method is called after a test is executed. |
||
| 27 | */ |
||
| 28 | protected function tearDown(): void |
||
| 33 |
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..