From bf971e3b909f2964f7f791c274577dae406e61ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Mleczko?= Date: Thu, 31 Jan 2019 21:28:31 +0100 Subject: [PATCH] Remove constructor from EncryptorInterface contract --- Encryptors/EncryptorInterface.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Encryptors/EncryptorInterface.php b/Encryptors/EncryptorInterface.php index 0ba0c013..84b9dca7 100755 --- a/Encryptors/EncryptorInterface.php +++ b/Encryptors/EncryptorInterface.php @@ -9,12 +9,6 @@ */ interface EncryptorInterface { - - /** - * @param string $keyFile Path where to find and store the keyfile - */ - public function __construct(string $keyFile); - /** * @param string $data Plain text to encrypt * @return string Encrypted text