Closed (fixed)
Project:
Feedback
Version:
3.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2024 at 00:58 UTC
Updated:
3 Nov 2024 at 01:34 UTC
Jump to comment: Most recent
Since working on this module last in #2708461: Port to Drupal 8/9, I've started using a new pattern for constructing dependency-injected classes which avoids some of the constructor complexity and backwards-compatibility concerns and also avoids the "unsafe usage of new static" PHPStan warning that's sometimes present in old code. I didn't invent it, but I don't know if it has a name.
Start using the new pattern. Make sure tests pass.
None.
None.
None.
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
mparker17Seems to be passing tests locally.
Comment #5
mparker17Looks good; merging.