Skip to content
Snippets Groups Projects
Commit 66a02e0b authored by Kevin Kaland's avatar Kevin Kaland
Browse files

Issue #1393056: Fix some code style.

parent 1e0505a7
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,8 @@ class HandlePdfController extends ControllerBase {
$mapped_fields[$pdf_key] = $pdf_key;
}
else {
// Get image fields attached to the entity and derive their token names based on the entity types we are working with at the moment.
// Get image fields attached to the entity and derive their token names
// based on the entity types we are working with at the moment.
$fill_pattern = $field->value->value;
$is_image_token = FALSE;
foreach ($entities as $entity_type => $entities_of_that_type) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment