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.
Passed
Push — master ( 47d4eb...509553 )
by Jory
02:19
created
src/Entities/BancontactPayment.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
      * CreditCardPayment constructor.
21 21
      *
22 22
      * @param Money $money
23
-     * @param array $issuers
24 23
      * @param string $purchaseId
25 24
      * @param \DateTime $expiryDate
26 25
      */
Please login to merge, or discard this patch.
src/Requests/CreateChargeRequest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use CMPayments\PaymentSdk\Entities\Charge;
6 6
 use CMPayments\PaymentSdk\Gateway;
7
-use Money\Currencies\ISOCurrencies;
8
-use Money\Money;
9 7
 
10 8
 /**
11 9
  * Class CreateChargeRequest
Please login to merge, or discard this patch.
src/Entities/WireTransferPayment.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
      * CreditCardPayment constructor.
21 21
      *
22 22
      * @param Money $money
23
-     * @param array $issuers
24 23
      * @param string $purchaseId
25 24
      * @param \DateTime $expiryDate
26 25
      */
Please login to merge, or discard this patch.