@@ -40,7 +40,7 @@ discard block |
||
40 | 40 | * Sets the encryption key |
41 | 41 | * |
42 | 42 | * @param string $key |
43 | - * @return \mithra62\Encrypt |
|
43 | + * @return Encrypt |
|
44 | 44 | */ |
45 | 45 | public function setKey($key) |
46 | 46 | { |
@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | /** |
55 | 55 | * Returns the encryption key |
56 | 56 | * |
57 | - * @return \mithra62\string |
|
57 | + * @return string |
|
58 | 58 | */ |
59 | 59 | public function getKey() |
60 | 60 | { |