Closed (fixed)
Project:
Twig Tweak
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2021 at 22:50 UTC
Updated:
18 Jul 2021 at 06:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sonfdHere's a patch that removes that parameter's typing.
Comment #3
chi commentedComment #5
chi commentedOnce we drop support for PHP 7 we can make use of union type
string|arrayfor this parameter.Thank you.
Comment #6
chi commented