Skip to content

PHP 8.1 Compatibility

Compare
Choose a tag to compare
@NickDickinsonWilde NickDickinsonWilde released this 10 Jan 21:34
· 12 commits to main since this release
89748c1

Breaking change on one function - re-ordered function arguments.
function _repeat_mapbox_get_rendered_view(?ViewExecutable $parent_view = NULL, string $json_view, string $display): string {
function _repeat_mapbox_get_rendered_view(string $json_view, string $display, ?ViewExecutable $parent_view = NULL): string {