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 ( a1864b...adecf6 )
by Roderik
02:19
created
src/be/kunstmaan/multichain/MultichainClient.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
      * transaction can then be signed and transmitted to the network using signrawtransaction and sendrawtransaction.
196 196
      *
197 197
      * @param $txHex
198
-     * @param $dataHex
198
+     * @param string $dataHex
199 199
      * @return mixed
200 200
      */
201 201
     public function appendRawMetadata($txHex, $dataHex)
@@ -418,8 +418,8 @@  discard block
 block discarded – undo
418 418
      * using the native-amount parameter.
419 419
      *
420 420
      * @param $address
421
-     * @param $name
422
-     * @param $qty
421
+     * @param string $name
422
+     * @param integer $qty
423 423
      * @param int $units
424 424
      * @param int $nativeAmount
425 425
      * @param null $custom
Please login to merge, or discard this patch.