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 ( c0e87f...5002ef )
by Daniel Neis
01:23
created
view.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
             <input type="hidden" name="no_note" value="1" />
131 131
             <input type="hidden" name="no_shipping" value="1" />
132 132
             <input type="hidden" name="notify_url" value="<?php echo "{$CFG->wwwroot}/availability/condition/paypal/ipn.php" ?>" />
133
-            <?php $returnurl = $CFG->wwwroot . '/availability/condition/paypal/view.php?contextid=' . $contextid; ?>
133
+            <?php $returnurl = $CFG->wwwroot.'/availability/condition/paypal/view.php?contextid='.$contextid; ?>
134 134
             <input type="hidden" name="return" value="<?php echo $returnurl; ?>" />
135 135
             <input type="hidden" name="cancel_return" value="<?php echo $returnurl; ?>" />
136 136
             <input type="hidden" name="rm" value="2" />
Please login to merge, or discard this patch.