Completed
Push — v2.0.x ( 5740fb...b31625 )
by Florent
02:24
created
src/Verifier.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
 
104 104
     /**
105 105
      * @param \Jose\Object\JWSInterface $jws
106
-     * @param null                      $detached_payload
106
+     * @param null|string                      $detached_payload
107 107
      */
108 108
     private function checkPayload(JWSInterface $jws, $detached_payload = null)
109 109
     {
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
     /**
116 116
      * @param \Jose\Object\SignatureInterface $signature
117 117
      *
118
-     * @return \Jose\Algorithm\SignatureAlgorithmInterface|null
118
+     * @return SignatureAlgorithmInterface
119 119
      */
120 120
     private function getAlgorithm(SignatureInterface $signature)
121 121
     {
Please login to merge, or discard this patch.