File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2323
2424class UserInstallScanJob extends QueuedJob {
2525
26- private $ jobList ;
26+ private IJobList $ jobList ;
27+ private IConfig $ config ;
28+ private IUserManager $ userManager ;
29+ private PhotofilesService $ photofilesService ;
30+ private TracksService $ tracksService ;
2731
2832 /**
2933 * UserInstallScanJob constructor.
Original file line number Diff line number Diff line change 2525
2626class RegisterMimetypes extends Command {
2727
28- protected $ mimetypeService ;
28+ protected MimetypeService $ mimetypeService ;
2929
3030 public function __construct (MimetypeService $ mimetypeService ) {
3131 parent ::__construct ();
Original file line number Diff line number Diff line change 2727
2828class RescanPhotos extends Command {
2929
30- protected $ userManager ;
31-
32- protected $ output ;
33-
34- protected $ encryptionManager ;
35-
36- private $ photofilesService ;
30+ protected IUserManager $ userManager ;
31+ protected OutputInterface $ output ;
32+ protected IManager $ encryptionManager ;
33+ protected PhotofilesService $ photofilesService ;
34+ protected IConfig $ config ;
3735
3836 public function __construct (IUserManager $ userManager ,
3937 IManager $ encryptionManager ,
Original file line number Diff line number Diff line change 2626
2727class RescanTracks extends Command {
2828
29- protected $ userManager ;
30-
31- protected $ output ;
32-
33- protected $ encryptionManager ;
34-
35- private $ tracksService ;
29+ protected IUserManager $ userManager ;
30+ protected OutputInterface $ output ;
31+ protected IManager $ encryptionManager ;
32+ protected TracksService $ tracksService ;
33+ protected IConfig $ config ;
3634
3735 public function __construct (IUserManager $ userManager ,
3836 IManager $ encryptionManager ,
You can’t perform that action at this time.
0 commit comments