Closed (fixed)
Project:
CRM - Contact Relationship Management
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2026 at 04:50 UTC
Updated:
1 Feb 2026 at 21:29 UTC
Jump to comment: Most recent
Comments
Comment #3
jdleonardComment #5
svendecabooterI like this approach. Takes up less space and looks less unnecessarily verbose.
There was a PHPStan issue reported in UserContactMappingService that I fixed.
There are still issues in that class, with variables
$this->rulesand$this->settings.These weren't defined before this change, so not sure what should happen here. Is this handled in another ticket?
Comment #6
svendecabooterComment #7
svendecabooterAdded related issue
Comment #8
jdleonardDid PhpStan complain that $entityTypeManager should be made protected in the constructor? I erred on the side of not promoting it to a class variable because it is only used in the constructor. Regardless, that's a minor nit and happy for this to go as-is.
Comment #9
svendecabooterThere was some call to $this->entityTypeManager in one of the methods, which phpstan complained about.
Comment #10
jdleonardRight you are! For avoidance of doubt, this remains RTBC.
Comment #14
bluegeek9 commented