batch(50); foreach ($text_batches as $batch) { foreach ($batch as $text) { $text->tooltip_description = trim((string)$text->tooltip_description, '"'); $text->save(false); } } } }