From 41bfb8b8e1b5b46a2e2ee739fa9404dde660876c Mon Sep 17 00:00:00 2001 From: GitHub Actions <> Date: Thu, 26 Sep 2024 15:44:37 +0000 Subject: [PATCH] Update src from PHP Codesniffer --- src/Service/SyncTilburgCasesService.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Service/SyncTilburgCasesService.php b/src/Service/SyncTilburgCasesService.php index 946baa3..ee401d0 100644 --- a/src/Service/SyncTilburgCasesService.php +++ b/src/Service/SyncTilburgCasesService.php @@ -291,7 +291,7 @@ private function processAttachment(array $attachment, Source $source, Mapping $m if ($document === false) { return false; } - + // Fetch the existing temporary document. $documentObject = $this->entityManager->getRepository('App:ObjectEntity') ->findByAnyId($document['identificatie'], $source->getId()->toString()); @@ -339,9 +339,9 @@ private function processAttachment(array $attachment, Source $source, Mapping $m return array_merge( $mappedDocument, [ - 'extension' => $extension, - 'downloadURL' => $url, - 'summary' => $text, + 'extension' => $extension, + 'downloadURL' => $url, + 'summary' => $text, ] );