| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 34 | class LookupServerSendCheckBackgroundJob extends QueuedJob { |
||
| 35 | |||
| 36 | /** @var IConfig */ |
||
| 37 | protected $config; |
||
| 38 | /** @var IUserManager */ |
||
| 39 | private $userManager; |
||
| 40 | |||
| 41 | public function __construct(IConfig $config, IUserManager $userManager) { |
||
| 44 | } |
||
| 45 | |||
| 46 | public function run($arguments) { |
||
| 52 |