Skip to content

Commit 319fc3e

Browse files
committed
Applied coding standards
1 parent 2ce4685 commit 319fc3e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

modules/os2forms_fasit/src/Helper/FasitHelper.php

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ class FasitHelper {
3535
];
3636

3737
public function __construct(
38-
private readonly ClientInterface $client,
39-
private readonly EntityTypeManagerInterface $entityTypeManager,
40-
private readonly Settings $settings,
41-
private readonly CertificateLocatorHelper $certificateLocator,
42-
private readonly Logger $auditLogger,
38+
private readonly ClientInterface $client,
39+
private readonly EntityTypeManagerInterface $entityTypeManager,
40+
private readonly Settings $settings,
41+
private readonly CertificateLocatorHelper $certificateLocator,
42+
private readonly Logger $auditLogger,
4343
) {
4444
}
4545

@@ -329,7 +329,7 @@ private function uploadAttachment(string $submissionId, array $handlerConfigurat
329329
* The temp filename.
330330
* @param string $webformId
331331
* The webform id.
332-
*
332+
*
333333
* @throws \Drupal\os2forms_fasit\Exception\CertificateLocatorException
334334
* Certificate locator exception.
335335
* @throws \Drupal\os2forms_fasit\Exception\FasitResponseException
@@ -383,8 +383,9 @@ private function uploadFile(string $originalFilename, string $tempFilename, stri
383383
throw new FasitResponseException('Could not get upload id from response');
384384
}
385385

386-
// Note, that this does not mean a document has been sent to a citizen case in Fasit yet.
387-
// This is done later by uploadDocument. The file has simply been made ready.
386+
// Note, that this does not mean a document has been sent,
387+
// to a citizen case in Fasit yet. This is done later by uploadDocument.
388+
// The file has simply been made ready.
388389
$msg = sprintf('Successfully uploaded file %s to Fasit. Webform id: %s', $originalFilename, $webformId);
389390
$this->auditLogger->info('Fasit', $msg);
390391

0 commit comments

Comments
 (0)