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

Issue #1393056: Fix some code style.

parent 66a02e0b
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,8 @@ class HandlePdfController extends ControllerBase {
$image_path = $image_file->getFileUri();
$mapped_fields[$pdf_key] = "{image}{$image_path}";
$image_path_info = pathinfo($image_path);
// Store the image data to transmit to the remote service if necessary
// Store the image data to transmit to the remote service
// if necessary
$file_data = file_get_contents($image_path);
if ($file_data) {
$image_data[$pdf_key] = [
......
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