@@ -134,7 +134,6 @@ |
||
134 | 134 | /** |
135 | 135 | * Generate a new key that meets requirements for dcrypt |
136 | 136 | * |
137 | - * @param int $size Size of key in bytes |
|
138 | 137 | * @return string |
139 | 138 | * @throws Exceptions\InvalidKeyException |
140 | 139 | */ |
@@ -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 | { |