Problem/Motivation

There are three new PHPStan deprecations, added during 30 April.

Call to deprecated function node_access_needs_rebuild() in drupal:11.4.0 and is removed from drupal:13.0.0. Use                
\Drupal::service('\Drupal\node\NodeAccessRebuild')->setNeedsRebuild()  and
\Drupal::service('\Drupal\node\NodeAccessRebuild')->needsRebuild() instead.

30 April 14:20 PHPStan Next Minor is greeen with no problems
https://git.drupalcode.org/project/scheduler/-/jobs/9608056#L52

30 April 20:07 PHPStan - has 3 problems
https://git.drupalcode.org/project/scheduler/-/jobs/9613308#L51

Proposed resolution

Use the replacements as specified

Remaining tasks

Issue fork scheduler-3588037

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’s picture

Issue summary: View changes

The Change Record is https://www.drupal.org/node/3534610
This was not given in the deprecation message.