Completed
Push — master ( 781131...966c0b )
by Eric
03:42 queued 01:27
created
src/Encrypt.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.