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 ( 288e4c...0bb61b )
by Jesus
01:42
created
settings.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         'both'=>get_string('both', 'tinymce_recordrtc'),
29 29
         'audio'=>get_string('onlyaudio', 'tinymce_recordrtc'),
30 30
         'video'=>get_string('onlyvideo', 'tinymce_recordrtc')
31
-      );
31
+        );
32 32
     $settings->add(new admin_setting_configselect('tinymce_recordrtc/allowedtypes',
33 33
         get_string('allowedtypes', 'tinymce_recordrtc'), '', '', $options));
34 34
     $settings->add(new admin_setting_configtext_with_maxlength('tinymce_recordrtc/timelimit',
Please login to merge, or discard this patch.