We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d77f8 commit ba4bd75Copy full SHA for ba4bd75
1 file changed
lib/Service/FileService.php
@@ -365,7 +365,7 @@ private function loadLibreSignSigners(): void {
365
foreach ($metadata['notify'] as $notify) {
366
$this->fileData->signers[$index]['notify'][] = [
367
'method' => $notify['method'],
368
- 'date' => (new \DateTime('@'. $notify['date']))->format(DateTimeInterface::ATOM),
+ 'date' => (new \DateTime('@' . $notify['date']))->format(DateTimeInterface::ATOM),
369
];
370
}
371
0 commit comments