Completed
Push — master ( 65e224...f25ceb )
by Florent
03:47
created
src/Factory/JWEFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      * @param array                         $recipient_headers
64 64
      * @param string|null                   $aad
65 65
      *
66
-     * @return \Jose\Object\JWSInterface
66
+     * @return \Jose\Object\JWEInterface
67 67
      */
68 68
     private static function createJWEAndEncrypt($payload, JWKInterface $recipient_key, array $shared_protected_headers = [], $shared_headers = [], $recipient_headers = [], $aad = null)
69 69
     {
Please login to merge, or discard this patch.