From 66a02e0bae6d12b5d0a0fed96a8f4ce068b159f4 Mon Sep 17 00:00:00 2001 From: Kevin Kaland <kevin@wizonesolutions.com> Date: Sun, 29 Nov 2015 15:59:56 +0100 Subject: [PATCH] Issue #1393056: Fix some code style. --- src/Controller/HandlePdfController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Controller/HandlePdfController.php b/src/Controller/HandlePdfController.php index c74aa5a..49e4c7d 100644 --- a/src/Controller/HandlePdfController.php +++ b/src/Controller/HandlePdfController.php @@ -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) { -- GitLab