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 — 8.x-2.x ( 036060...4b3d82 )
by Devin
07:06
created
modules/df/df_tools/df_tools_editor/df_tools_editor.module 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
   foreach ($settings['editor']['formats'] as &$format) {
13 13
     // Swap in our custom JS by adding a pseudo plugin. We do this as we do not
14 14
     // provide a button, which is what traditional CKEditor plugins would do.
15
-    $format['editorSettings']['drupalExternalPlugins']['df_tools_editor'] = base_path() . drupal_get_path('module', 'df_tools_editor') . '/js/df_tools_editor.js';
15
+    $format['editorSettings']['drupalExternalPlugins']['df_tools_editor'] = base_path().drupal_get_path('module', 'df_tools_editor').'/js/df_tools_editor.js';
16 16
     $format['editorSettings']['extraPlugins'] .= ',df_tools_editor';
17 17
   }
18 18
 }
Please login to merge, or discard this patch.