1 | <?php |
||
12 | class PasswordResetRequestHandlerTest extends \PHPUnit_Framework_TestCase |
||
13 | { |
||
14 | /** |
||
15 | * @var UserRepository |
||
16 | */ |
||
17 | private $userRepository; |
||
18 | |||
19 | /** |
||
20 | * @var UserRepositoryCollection |
||
21 | */ |
||
22 | private $userRepositoryCollection; |
||
23 | |||
24 | public function setUp() |
||
29 | |||
30 | /** |
||
31 | * Test if CreateUserHandler gets handled. |
||
32 | */ |
||
33 | public function testPasswordResetRequestGetsHandled() |
||
55 | } |
||
56 |
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..