Needs work
Project:
XML sitemap
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2021 at 19:34 UTC
Updated:
30 Apr 2023 at 10:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jbodony commentedComment #3
poker10 commentedLooking at tests, this patch introduced a short array syntax, which will not work on older PHP still supported by this module. Classic array need to be used here.
I have not reviewed the whole patch yet.