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
Pull Request — master (#17)
by Andrew
02:32
created
Category
src/Netaxept/Api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
     {
144 144
         // When hitting the process endpoint, we only need the transactionId and operation key/value pairs, and
145 145
         // optionally the transactionAmount if we are capturing a portion of the total amount.
146
-        $transactionData = array_filter($transactionData + ['operation' => $operation], function ($k) {
146
+        $transactionData = array_filter($transactionData + ['operation' => $operation], function($k) {
147 147
             return in_array($k, ['transactionId', 'operation', 'transactionAmount']);
148 148
         }, ARRAY_FILTER_USE_KEY);
149 149
 
Please login to merge, or discard this patch.