Problem/Motivation
Title describes everything.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | field_group-derive_migrations_per_entity_type_and_bundle-3177724-2.patch | 4.25 KB | huzooka |
Title describes everything.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | field_group-derive_migrations_per_entity_type_and_bundle-3177724-2.patch | 4.25 KB | huzooka |
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 ;)