Passed
Push — master ( 82a55d...250523 )
by Zacchaeus
02:47
created
src/Concrete/CowrieSys.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 block discarded – undo
19 19
 
20 20
     }
21 21
 
22
+    /**
23
+     * @param string $message
24
+     */
22 25
     function sign($message) {
23 26
         return base64_encode(hash_hmac('sha256', $message, base64_decode($this->password), true));
24 27
     }
Please login to merge, or discard this patch.