- Issue created by @jonathan1055
- Merge request !229#3507012 Dependency injection instead of \Drupal calls → (Open) created by jonathan1055
- 🇬🇧United Kingdom jonathan1055
Previously it was PHPStan version 1.12.27, used up to and including Core 11.1. Now we are running PHPStan version 2.1.27, in Core 11.2+ and it is more strict about ignorePaths which may not exist
https://git.drupalcode.org/project/scheduler/-/jobs/5844600#L36
Need to add(?)
to indicate that the path is optional and may sometimes not exist.