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.
src/Concrete/VTPass.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 namespace Djunehor\Vtu\Concrete;
5 5
 
6 6
 
7
-use Djunehor\Vtu\Contracts\VtuServiceInterface;
8 7
 use GuzzleHttp\Exception\ClientException;
9 8
 use GuzzleHttp\Psr7\Request;
10 9
 use Illuminate\Support\Str;
Please login to merge, or discard this patch.