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 ( 6170b0...8f64a8 )
by Jesus
13s
created
save.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -62,12 +62,12 @@
 block discarded – undo
62 62
 // Prepare file record object.
63 63
 $usercontext = context_user::instance($USER->id);
64 64
 $fileinfo = array(
65
-    'contextid' => $usercontext->id,    // ID of context.
65
+    'contextid' => $usercontext->id, // ID of context.
66 66
     'component' => 'tinymce_recordrtc', // Usually = table name.
67
-    'filearea' => 'annotation',         // Usually = table name.
68
-    'itemid' => time(),                 // Usually = ID of row in table.
69
-    'filepath' => '/',                  // Any path beginning and ending in "/".
70
-    'filename' => $filename,            // Any filename.
67
+    'filearea' => 'annotation', // Usually = table name.
68
+    'itemid' => time(), // Usually = ID of row in table.
69
+    'filepath' => '/', // Any path beginning and ending in "/".
70
+    'filename' => $filename, // Any filename.
71 71
     'author' => fullname($USER),
72 72
     'license' => $CFG->sitedefaultlicense
73 73
 );
Please login to merge, or discard this patch.