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 e0a3802 commit e71f53aCopy full SHA for e71f53a
1 file changed
lib/Service/Install/InstallService.php
@@ -310,7 +310,7 @@ public function setResource(string $resource): self {
310
public function installJava(?bool $async = false): void {
311
$signatureEngine = $this->appConfig->getAppValue('signature_engine', 'jsignpdf');
312
if ($signatureEngine !== 'jsignpdf') {
313
- return [];
+ return;
314
}
315
$this->setResource('java');
316
if ($async) {
@@ -384,7 +384,7 @@ public function uninstallJava(): void {
384
public function installJSignPdf(?bool $async = false): void {
385
386
387
388
389
if (!extension_loaded('zip')) {
390
throw new RuntimeException('Zip extension is not available');
0 commit comments