Problem/Motivation
PHP Warning output.
Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in entityreference_prepopulate.module on line 336
Steps to reproduce
Using PHP 7.4
| Comment | File | Size | Author |
|---|---|---|---|
| entityreference_prepopulate-php74_deprecated_unparenthesized.patch | 745 bytes | julien tekrane |
Comments
Comment #2
Delphine Lepers commentedThis is a duplicate of https://www.drupal.org/node/3115641