live-composer-page-builder icon indicating copy to clipboard operation
live-composer-page-builder copied to clipboard

Fix some of the most common "Undefined array key" warnings in common code

Open jamesdlow opened this issue 1 year ago • 1 comments

From PHP 8 onwards it warns if trying to access undefined array attributes. This change clears up some of the most common ones in common code (include/). This makes it much easier to debug the log file as it's not overrun by spurious warnings that often reoccur.

jamesdlow avatar Jul 14 '24 00:07 jamesdlow