PHP 8.4 compatibility issue
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3535889. --> Reported by: [nehajyoti](https://www.drupal.org/user/2804915) Related to !65 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>module is not compatible with php 8.4 and throwing warning on drush cr.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Deprecated: Drupal\scheduled_transitions\Plugin\Menu\LocalTask\ScheduledTransitionsLocalTask::getTitle(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in /var/www/docroot/modules/contrib/scheduled_transitions/src/Plugin/Menu/LocalTask/ScheduledTransitionsLocalTask.php on line 58</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Fix php code and make it compatible</p> > Related issue: [Issue #3427999](https://www.drupal.org/node/3427999)
issue