Skip to content

Commit ba4bd75

Browse files
committed
fix: cs
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent 10d77f8 commit ba4bd75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Service/FileService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ private function loadLibreSignSigners(): void {
365365
foreach ($metadata['notify'] as $notify) {
366366
$this->fileData->signers[$index]['notify'][] = [
367367
'method' => $notify['method'],
368-
'date' => (new \DateTime('@'. $notify['date']))->format(DateTimeInterface::ATOM),
368+
'date' => (new \DateTime('@' . $notify['date']))->format(DateTimeInterface::ATOM),
369369
];
370370
}
371371
}

0 commit comments

Comments
 (0)