| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 6 | class FacadeTest extends \Codeception\Test\Unit |
||
| 7 | { |
||
| 8 | /** |
||
| 9 | * @var \Nexus\Shell\ShellFacade |
||
| 10 | */ |
||
| 11 | private $facade; |
||
| 12 | |||
| 13 | protected function _before() |
||
| 16 | } |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @group Nexus |
||
| 20 | * @group Shell |
||
| 21 | * @group Facade |
||
| 22 | * @group Integration |
||
| 23 | */ |
||
| 24 | public function testRunCommand() |
||
| 36 | } |
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..