Skip to content

Commit 721fdc4

Browse files
committed
Made DataLookupBase::getCertificate abstract
1 parent 92935b5 commit 721fdc4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Plugin/os2web/DataLookup/DataLookupBase.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,7 @@ public function isReady(): bool {
145145
/**
146146
* Get certificate.
147147
*/
148-
protected function getCertificate(): string {
149-
return '';
150-
}
148+
abstract protected function getCertificate(): string;
151149

152150
/**
153151
* Create a temporary file path for a certificate.

0 commit comments

Comments
 (0)