GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( a25647...c0e57f )
by Joni
03:42
created
lib/ASN1/Type/Primitive/Integer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 	/**
65 65
 	 * Encode positive integer to DER content.
66 66
 	 *
67
-	 * @param \GMP $num
67
+	 * @param resource $num
68 68
 	 * @return string
69 69
 	 */
70 70
 	private static function _encodePositiveInteger(\GMP $num) {
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
 	/**
81 81
 	 * Encode negative integer to DER content.
82 82
 	 *
83
-	 * @param \GMP $num
83
+	 * @param resource $num
84 84
 	 * @return string
85 85
 	 */
86 86
 	private static function _encodeNegativeInteger(\GMP $num) {
Please login to merge, or discard this patch.