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 ( 68bc77...7bc1e1 )
by Jan Moritz
05:00 queued 02:52
created
src/BitcoinPHP/BitcoinECDSA/BitcoinECDSA.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -1110,6 +1110,13 @@
 block discarded – undo
1110 1110
      * @param $hash (hexa)
1111 1111
      * @return bool
1112 1112
      */
1113
+
1114
+    /**
1115
+     * @param string $pubKey
1116
+     * @param string $R
1117
+     * @param string $S
1118
+     * @param string $hash
1119
+     */
1113 1120
     public function checkSignaturePoints($pubKey, $R, $S, $hash)
1114 1121
     {
1115 1122
         $G = $this->G;
Please login to merge, or discard this patch.