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 Issue Link
Files count
0
Patches count
0