KeyValueFormBundle icon indicating copy to clipboard operation
KeyValueFormBundle copied to clipboard

7.4 deprecation removal on array_key_exists

Open Kalyse opened this issue 4 years ago • 0 comments

(Second attempt, reliased I didn't even look at last PR)

Anyway, quite straightforward,

Currently the $return is set based on

$return = $this->useContainerObject ? new KeyValueContainer() : array();

This is being changed to use isset due to php 7.4 deprecation on objects when using array_key_exists

Kalyse avatar Feb 12 '21 11:02 Kalyse