- Issue created by @kevin.bruner
- 🇨🇦Canada sylus
I believe we should be able to do this which should resolve the issue in php 8.1
$pages = mb_strtolower(_wxt_library_array_to_string($config->get('url.pages')) ?? '');
- Status changed to Fixed
over 1 year ago 3:59pm 23 June 2023 - 🇨🇦Canada sylus
Committed a fix to this to both 4.5.x and 5.0.x
Thanks for catching this error. :)
- 🇨🇦Canada joseph.olstad
I have to use this shorthand more often
$something ?? 'example'
- 🇨🇦Canada kevin.bruner
Great! I'm happy that was easy to track down.
Do I have to wait for the next WxT release, or is there a way to apply this now?
- 🇨🇦Canada smulvih2 Canada 🍁
@kevin.bruner you can use the commit in GitHub from sylus as a patch for wxt_library until a new release is available- https://github.com/drupalwxt/wxt_library/commit/0e3e42a8afa8a9bea80d890eba0d1a09173af985.patch
Automatically closed - issue fixed for 2 weeks with no activity.