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 ( 9067af...7f8f1f )
by Daniel Neis
02:14
created
classes/condition.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
         // Should double-check with paypal everytime ?
100 100
         $context = $info->get_context();
101 101
         $allow = $DB->record_exists('availability_paypal_tnx',
102
-                                  array('userid' => $userid,
102
+                                    array('userid' => $userid,
103 103
                                         'contextid' => $context->id,
104 104
                                         'payment_status' => 'Completed'));
105 105
         if ($not) {
@@ -123,9 +123,9 @@  discard block
 block discarded – undo
123 123
         $context = $info->get_context();
124 124
         $url = new \moodle_url('/availability/condition/paypal/view.php?contextid='.$context->id);
125 125
         if ($not) {
126
-          return get_string('notdescription', 'availability_paypal', $url->out());
126
+            return get_string('notdescription', 'availability_paypal', $url->out());
127 127
         } else {
128
-          return get_string('eitherdescription', 'availability_paypal', $url->out());
128
+            return get_string('eitherdescription', 'availability_paypal', $url->out());
129 129
         }
130 130
     }
131 131
 
Please login to merge, or discard this patch.