Closed (fixed)
Project:
Views Aggregator Plus
Version:
2.1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2024 at 07:57 UTC
Updated:
13 Dec 2024 at 13:35 UTC
Jump to comment: Most recent
Comments
Comment #3
tr commentedWell, that didn't break anything...but there are still some object hints that I want to convert to proper class/interface names, once I figure out what those should be.
Comment #5
tr commentedSo apparently declare(strict_types=1); on the Table plugin causes a lot of problems, almost certainly because of the parent class (core Drupal Views module Table) doesn't use strict_types and has some typing problems.
I think there are already a lot of changes in this MR and I want to get this much in - none of these changes breaks anything, so it will make a good new baseline from which we can try to address the strict_types.
Comment #7
gogowitsch commentedThe new type hints caused issue 3493815.