- Issue created by @BenStallings
- πΊπΈUnited States BenStallings
I also went ahead and addressed the other phpstan error, which was due to JobScheduler::queue being a property and not a method.
phpstan reports, among other things,
------ ------------------------------------------------------------------------------
Line src/Plugin/QueueWorker/JobSchedulerQueue.php
------ ------------------------------------------------------------------------------
43 \Drupal calls should be avoided in classes, use dependency injection instead
44 \Drupal calls should be avoided in classes, use dependency injection instead
------ ------------------------------------------------------------------------------
phpstan analyse -l0 job_scheduler
Implement ContainerFactoryPluginInterface.
make an MR
Active
4.0
Code
I also went ahead and addressed the other phpstan error, which was due to JobScheduler::queue being a property and not a method.