Closed (fixed)
Project:
Field Group
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2020 at 13:28 UTC
Updated:
25 Nov 2020 at 10:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
huzookaComment #3
wim leersThis syntax does not work in PHP 7.0, and that's the reason this is failing.
Array destructuring was introduced in PHP 7.1.
Retesting with PHP 7.1. PHP 7.1 has not even received security updates anymore in the past year. The Field Group project should update its automated testing configuration.
Comment #4
wim leersThis patch looks great — I could only find one nitpicky problem:
s/Derivers/Derives/
… hardly a problem obviously 🤓
Comment #5
huzookaIt IS a problem. But definitely better than my usual c/p leftovers :D
Comment #7
nils.destoop commentedThx for the patch. Committed it to dev and updated the typo ;)