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 — 7.x-1.x (#4)
by Brant
02:48
created
df_tools_analytics_dashboard/df_tools_analytics_dashboard.views_default.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * df_tools_analytics_dashboard.views_default.inc
5
- */
3
+   * @file
4
+   * df_tools_analytics_dashboard.views_default.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_views_default_views().
Please login to merge, or discard this patch.
modules/df_tools_analytics_dashboard/df_tools_analytics_dashboard.module 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Code for the DF Tools Analytics Dashboard feature.
5
- */
3
+   * @file
4
+   * Code for the DF Tools Analytics Dashboard feature.
5
+   */
6 6
 
7 7
 include_once 'df_tools_analytics_dashboard.features.inc';
Please login to merge, or discard this patch.
df/df_tools/df_tools_slideshow/df_tools_slideshow.features.field_base.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * df_tools_slideshow.features.field_base.inc
5
- */
3
+   * @file
4
+   * df_tools_slideshow.features.field_base.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_field_default_field_bases().
Please login to merge, or discard this patch.
modules/df/df_tools/df_tools_slideshow/df_tools_slideshow.fpp.slideshow.inc 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,7 @@
 block discarded – undo
32 32
     // Create a MigrateSource object.
33 33
     if (isset($arguments['path'])) {
34 34
       $import_path = $arguments['path'];
35
-    }
36
-    else {
35
+    } else {
37 36
       $import_path = drupal_get_path('module', 'df_tools_commerce_product') . '/import/df_tools_commerce.fpp.commerce_product.csv';
38 37
     }
39 38
     $this->source = new MigrateSourceCSV($import_path, array(), array('header_rows' => 1));
Please login to merge, or discard this patch.
modules/df/df_tools/df_tools_og/df_tools_og.strongarm.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * df_tools_og.strongarm.inc
5
- */
3
+   * @file
4
+   * df_tools_og.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
modules/df/df_tools/df_tools_og/df_tools_og.features.user_permission.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * df_tools_og.features.user_permission.inc
5
- */
3
+   * @file
4
+   * df_tools_og.features.user_permission.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_defaultconfig_user_default_permissions().
Please login to merge, or discard this patch.
modules/df/df_admin/df_admin.enable.inc 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,7 @@
 block discarded – undo
32 32
     // Create a MigrateSource object.
33 33
     if (isset($arguments['path'])) {
34 34
       $import_path = $arguments['path'];
35
-    }
36
-    else {
35
+    } else {
37 36
       $import_path = drupal_get_path('module', 'df_tools_commerce_product') . '/import/df_tools_commerce.fpp.commerce_product.csv';
38 37
     }
39 38
     $this->source = new MigrateSourceCSV($import_path, array(), array('header_rows' => 1));
Please login to merge, or discard this patch.
modules/dfs/dfs_wem/dfs_wem.features.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * dfs_wem.features.inc
5
- */
3
+   * @file
4
+   * dfs_wem.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_default_collection().
Please login to merge, or discard this patch.
modules/dfs/dfs_wem/dfs_wem.features.taxonomy.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * dfs_wem.features.taxonomy.inc
5
- */
3
+   * @file
4
+   * dfs_wem.features.taxonomy.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_taxonomy_default_vocabularies().
Please login to merge, or discard this patch.