File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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