acquia / blt

Acquia's toolset for automating Drupal 8 and 9 development, testing, and deployment.
https://docs.acquia.com/blt/
GNU General Public License v2.0
442 stars 394 forks source link

adds null coalescing operator check for bootstrap key index #4685

Closed shelane closed 1 year ago

shelane commented 1 year ago

Fixes issue for inspector check for installed Drupal bootstrap value when not installed and no value is returned.

Motivation Fixes #4684

Proposed changes Add null coalescing operator to check for key existence when Drupal is not install and there is no bootstrap value.

Testing steps Running any command on a Drupal site that does not yet have Drupal installed. It will no longer show the php warning message.