| Total Complexity | 3 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 31 | class NotificationCron extends TimedJob { |
||
| 32 | |||
| 33 | /** @var MailService*/ |
||
| 34 | private $mailService; |
||
| 35 | private $logger; |
||
| 36 | |||
| 37 | /** @param MailService $mailService |
||
| 38 | */ |
||
| 39 | public function __construct( |
||
| 46 | } |
||
| 47 | |||
| 48 | /** |
||
| 49 | * getByToken |
||
| 50 | * Get pollId by token |
||
| 51 | * @NoAdminRequired |
||
| 52 | * @NoCSRFRequired |
||
| 53 | * @PublicPage |
||
| 54 | * @param string $token |
||
| 55 | * @return DataResponse |
||
| 56 | */ |
||
| 57 | protected function run($arguments) { |
||
| 66 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths