- Issue created by @alena_stanul
- Assigned to abhishek_virasat
- last update
7 months ago 35 pass - Status changed to Needs review
7 months ago 6:31am 8 May 2024 - Issue was unassigned.
According to phanstan report I found the following issue:
Line ultimate_cron/src/Plugin/ultimate_cron/Launcher/SerialLauncher.php
------ --------------------------------------------------------------------
28 Undefined variable: $killable
As class Drupal\ultimate_cron\Lock\Lock has property $killable it has the meaning to change condition from $lock->{$killable} to $lock-> $lock->$killable.
Needs review
2.0
Code