@@ -38,7 +38,6 @@ |
||
38 | 38 | /** |
39 | 39 | * OpensslStack constructor. |
40 | 40 | * |
41 | - * @param string $passkey Password or key |
|
42 | 41 | */ |
43 | 42 | public function __construct(string $key) |
44 | 43 | { |
@@ -110,7 +110,6 @@ |
||
110 | 110 | /** |
111 | 111 | * Generate a new key that meets requirements for dcrypt |
112 | 112 | * |
113 | - * @param int $size Size of key in bytes |
|
114 | 113 | * @return string |
115 | 114 | * @throws InvalidKeyException |
116 | 115 | */ |