File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 22
33## Supported Versions
44
5- | Version | Supported |
6- | ---------| --------------------|
7- | 5.x | :white_check_mark : |
8- | 4.x | :white_check_mark : |
9- | 3.x | :x : |
10- | <= 2.0 | :x : |
5+ | Version | Supported |
6+ | ---------| -------------------------------|
7+ | 6.x | :white_check_mark : |
8+ | 5.x | :white_check_mark : |
9+ | 4.x | :warning : (security-fix only) |
10+ | 3.x | :x : |
11+ | <= 2.0 | :x : |
1112
1213## Reporting Potential Security Issues
1314
Original file line number Diff line number Diff line change 3131
3232class AuthorizationMiddlewareTest extends TestCase
3333{
34- private Subject | MockObject $ subject ;
34+ private Subject $ subject ;
3535 private UserRepository |MockObject $ userRepository ;
3636 private AdminRepository |MockObject $ adminRepository ;
3737 private AuthorizationInterface |MockObject $ authorization ;
Original file line number Diff line number Diff line change 3232
3333class DeprecationMiddlewareTest extends TestCase
3434{
35- private Subject | MockObject $ subject ;
35+ private Subject $ subject ;
3636 private ServerRequestInterface |MockObject $ request ;
3737 private RequestHandlerInterface |MockObject $ handler ;
3838 private ResponseInterface $ response ;
Original file line number Diff line number Diff line change 2929
3030class UserServiceTest extends TestCase
3131{
32- private Subject | MockObject $ subject ;
32+ private Subject $ subject ;
3333 private UserRoleService |MockObject $ userRoleService ;
3434 private UserRepository |MockObject $ userRepository ;
3535 private UserDetailRepository |MockObject $ userDetailRepository ;
You can’t perform that action at this time.
0 commit comments