Deprecate curly brace syntax for accessing array elements

Created on 21 August 2025, 2 days ago

Problem/Motivation

In the ViewsPhp.php such code is presented:

$this->view->style_plugin->rendered_fields{$this->view->row_index}

This code is deprecated in PHP 8.

Proposed resolution

I suggest to replace it with:

$this->view->style_plugin->rendered_fields[$this->view->row_index]
πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡¦Ukraine vitaliyb98

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024