Skip to content

Commit

Permalink
Update src from PHP Codesniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Sep 26, 2024
1 parent a5231a9 commit 41bfb8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Service/SyncTilburgCasesService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down Expand Up @@ -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,
]
);

Expand Down

0 comments on commit 41bfb8b

Please sign in to comment.