Closed (fixed)
Project:
Commerce Core
Version:
3.x-dev
Component:
Tests
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2025 at 13:52 UTC
Updated:
29 Oct 2025 at 14:29 UTC
Jump to comment: Most recent
New phpstan errors started popping: See https://git.drupalcode.org/project/commerce/-/jobs/6900734.
We need to fix those.
This is a really old post update hook... Not sure if there is an equivalent to the hook_update_last_removed() hook for post update functions.
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 #4
tbkot commented@jsacksick, unfortunately, there are no analogs of hook_update_last_removed for the post_update. I have to just do what the error suggested to do and use "unset()".
Comment #6
jsacksick commented