Closed (fixed)
Project:
Devel PHP
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2025 at 14:17 UTC
Updated:
3 Jan 2026 at 16:24 UTC
Jump to comment: Most recent
Reduce useless code now that new PHP and Drupal Core API's are available.
- Constructor promotion
- plugin autowire: https://www.drupal.org/node/3542837
- no procedural hook: https://www.drupal.org/node/3490771 and https://www.drupal.org/node/3498595
- update phpstan config file
- add .gitattributes file to not export files
- minimum core version 11.3, create new branch 2.x
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 #3
grimreaperBranch and release to make when CI will be on Core 11.3 by default.
Comment #4
grimreaperComment #6
grimreaper