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.
2 parents a2179ef + ebbefdc commit 208448bCopy full SHA for 208448b
Encryptors/DefuseEncryptor.php
@@ -20,7 +20,7 @@ class DefuseEncryptor implements EncryptorInterface
20
/**
21
* {@inheritdoc}
22
*/
23
- public function __construct($keyFile)
+ public function __construct(string $keyFile)
24
{
25
$this->encryptionKey = null;
26
$this->keyFile = $keyFile;
Encryptors/HaliteEncryptor.php
@@ -21,7 +21,7 @@ class HaliteEncryptor implements EncryptorInterface
27
0 commit comments