Skip to content

Commit d345538

Browse files
committed
Change interfaces to not define a constructor.
1 parent 378abf0 commit d345538

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/Config/KeysInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ public function getEncryptionKey(): CryptoKey|string;
1313
public function getPrivateKey(): CryptKey;
1414

1515
public function getPublicKey(): Key;
16-
17-
public function __construct(CryptKey $privateKey, Key $publicKey, CryptoKey|string $encryptionKey);
1816
}

src/Config/ServerInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ public function get($key);
1010

1111
public function getRequired(): array;
1212

13-
public function __construct(array $data, bool $strict = false);
14-
1513
public function __toString(): string;
1614

1715
/**

0 commit comments

Comments
 (0)