Active
Project:
Scheduler
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 May 2026 at 12:10 UTC
Updated:
2 May 2026 at 14:39 UTC
Jump to comment: Most recent
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
Use the replacements as specified
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 #2
jonathan1055 commentedThe Change Record is https://www.drupal.org/node/3534610
This was not given in the deprecation message.