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.

Issue fork scheduler-3451737

Command icon Show commands

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

jonathan1055 created an issue. See original summary.

  • jonathan1055 committed 9db55acc on 2.x
    Issue #3451737: Fix call to deprecated method loadRevision()
    
jonathan1055’s picture

Status: Active » Fixed

Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.