Completed
Push — add/premium-content-block ( ad53d1...6002c2 )
by
unknown
50:37 queued 41:47
created
extensions/blocks/premium-content/_inc/subscription-service/class-jwt.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
 	 * Sign a string with a given key and algorithm.
187 187
 	 *
188 188
 	 * @param string          $msg    The message to sign.
189
-	 * @param string|resource $key    The secret key.
189
+	 * @param string $key    The secret key.
190 190
 	 * @param string          $alg    The signing algorithm.
191 191
 	 *                                Supported algorithms are 'HS256', 'HS384', 'HS512' and 'RS256'.
192 192
 	 *
Please login to merge, or discard this patch.