File tree 4 files changed +10
-9
lines changed
4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Supported Versions
4
4
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 : |
11
12
12
13
## Reporting Potential Security Issues
13
14
Original file line number Diff line number Diff line change 31
31
32
32
class AuthorizationMiddlewareTest extends TestCase
33
33
{
34
- private Subject | MockObject $ subject ;
34
+ private Subject $ subject ;
35
35
private UserRepository |MockObject $ userRepository ;
36
36
private AdminRepository |MockObject $ adminRepository ;
37
37
private AuthorizationInterface |MockObject $ authorization ;
Original file line number Diff line number Diff line change 32
32
33
33
class DeprecationMiddlewareTest extends TestCase
34
34
{
35
- private Subject | MockObject $ subject ;
35
+ private Subject $ subject ;
36
36
private ServerRequestInterface |MockObject $ request ;
37
37
private RequestHandlerInterface |MockObject $ handler ;
38
38
private ResponseInterface $ response ;
Original file line number Diff line number Diff line change 29
29
30
30
class UserServiceTest extends TestCase
31
31
{
32
- private Subject | MockObject $ subject ;
32
+ private Subject $ subject ;
33
33
private UserRoleService |MockObject $ userRoleService ;
34
34
private UserRepository |MockObject $ userRepository ;
35
35
private UserDetailRepository |MockObject $ userDetailRepository ;
You can’t perform that action at this time.
0 commit comments