Closed (fixed)
Project:
Scheduler
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2024 at 10:14 UTC
Updated:
22 Jun 2024 at 17:09 UTC
Jump to comment: Most recent
PHPStan is reporting:
src/SchedulerManager.php line 930
Call to deprecated method loadRevision() of interface Drupal\Core\Entity\EntityStorageInterface in drupal:10.1.0 and is removed from drupal:11.0.0. Use \Drupal\Core\Entity\RevisionableStorageInterface::loadRevision instead.
This is not a new error, it was previously ignored temporarily. However the deprecation text has changed from 'of class' to 'of interface' so the current ignore is invalid.
It would be better to fix this now, instead of change the 'ignore' text to make the problem go away.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
jonathan1055 commentedFixed