1 | <?php |
||
10 | class DeleteUserHandlerTest extends \PHPUnit_Framework_TestCase |
||
11 | { |
||
12 | /** |
||
13 | * @var UserRepository |
||
14 | */ |
||
15 | private $userRepository; |
||
16 | |||
17 | /** |
||
18 | * @var UserRepositoryCollection |
||
19 | */ |
||
20 | private $userRepositoryCollection; |
||
21 | |||
22 | public function setUp() |
||
27 | |||
28 | /** |
||
29 | * Test if DeleteUserHandler gets handled. |
||
30 | */ |
||
31 | public function testUpdateUserGetsHandled() |
||
46 | } |
||
47 |
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..