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
Pull Request — 8.x-1.x (#6)
by Samuel
02:22
created
modules/df/df_tools/df_tools_migration/df_tools_migration.module 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 
35 35
   // Point source path to local CSV file.
36 36
   if ($local_csv == TRUE) {
37
-    $migration['source']['path'] = $path . $prefix . "." . $entity_type  . "." . $type . '.csv';
37
+    $migration['source']['path'] = $path . $prefix . "." . $entity_type . "." . $type . '.csv';
38 38
   }
39 39
 
40 40
   // Set content type to current bundle.
Please login to merge, or discard this patch.