Add a check on the existing bundles before foreach() loop will fix those warn...

Contribution Date
Technology
Contribution Project
Contribution Details

Add a check on the existing bundles before foreach() loop will fix those warnings.

$bundle_types = $config->get('bundle_types'); if ($bundle_types) { foreach ($bundle_types as $bundle_type) { // code } }
Contribution Author
Files count
0
Patches count
0