Closed (fixed)
Project:
Entity Reference Hierarchy
Version:
3.x-dev
Component:
Code (module)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2022 at 02:45 UTC
Updated:
13 Dec 2022 at 23:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
larowlanComment #3
larowlanComment #6
larowlanNow with 100% less shutdown function rubbish 🤮
Comment #7
larowlanthis was unused
track number of rebuilds
Comment #8
larowlan(╯°□°)╯︵ ┻━┻ damn php 7 support
Comment #9
mstrelan commentedLooks pretty good to me although I'm not overly familiar with the domain. The cs changes made it harder to see what's new, but that's mostly what I have to comment on.
I think we don't need @var tags on typed properties. See #3123282: Do not require @var tag if a property has typehint.
Do you need to provide a default value and deprecate not passing it?
Do you want to declare types here?
Nit: it's
Comment #10
nterbogt commentedI've completed some end to end testing on the patch and it's working as expected, for our use cases.
Comment #11
pghaemim commentedlooks good to me. Thanks
Comment #12
larowlan#9.1 we support php7,3 still (for now)
#9.2, no this is internal like all hook implementations (in my book)
#9.3 same re 7.3
#9.4 will fix on commit
Added #3324454: Remove php 7 support for #9 items 1 and 2
Cutting 3.3.3 with this in it