Completed
Branch master (b73043)
by Lawrence
04:38 queued 03:23
created
src/Signer.php 2 patches
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@  discard block
 block discarded – undo
33 33
      * Payload encode/encrypt
34 34
      * Encodes and signs the payload packet.
35 35
      *
36
-     * @param array $signer
37 36
      *
38 37
      * @return array
39 38
      */
@@ -70,7 +69,6 @@  discard block
 block discarded – undo
70 69
      * Payload decode/decrypt
71 70
      * Validates and decodes payload packet.
72 71
      *
73
-     * @param array $signer
74 72
      *
75 73
      * @return object
76 74
      */
@@ -99,7 +97,6 @@  discard block
 block discarded – undo
99 97
     /**
100 98
      * Authenticate payload packet.
101 99
      *
102
-     * @param array $signer
103 100
      *
104 101
      * @return bool
105 102
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Plinker\Core;
4 4
 
5
-use phpseclib\Crypt\AES;
6 5
 use Plinker\Base91\Base91;
6
+use phpseclib\Crypt\AES;
7 7
 
8 8
 /**
9 9
  * Payload signing class.
Please login to merge, or discard this patch.