Skip to content

Commit

Permalink
Merge pull request ambta#13 from mleczakm/master
Browse files Browse the repository at this point in the history
Remove constructor from EncryptorInterface contract
  • Loading branch information
absolute-quantum authored May 15, 2019
2 parents f2fde39 + bf971e3 commit c35d8e3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Encryptors/EncryptorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c35d8e3

Please sign in to comment.